[问题] 呼叫其他.h档元件问题

楼主: chk95 (真男人魂)   2014-02-13 09:52:03
主要是在b.m档里面呼叫a.h档的原件做更新资料的动作
程式大致如下
NewsController* newController =
[self.storyboard instantiateViewControllerWithIdentifier:@"NewsPages"];
[self.navigationController pushViewController:newController animated:YES];
newController.title = @"abcd";
newController.newsPage_textView.text=@"oh ya";
在xcode尚未更新为5.02时,执行这个程式都可顺利改写title以及newsPage_textView
的资料并秀出,但xcode更新后再次执行此专案才发现title顺利改写了
但newsPage_textView却无法更新资料
storyboard id也有做定义
在a.m档执行newsPage_textView改写资料也可以顺利改写
唯独b.m呼叫它时要改写却不行,因之前xcode更新前执行专案都正常
所以小弟实在是不知道问题出在哪边
是否有大大能解救一下愚昧的小弟呢??
实在是感激不尽

Links booklink

Contact Us: admin [ a t ] ucptt.com