[問題] 呼叫其他.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