在一個(gè)ViewController中,我試圖像這樣在另一個(gè)ViewController中的TableView中重新加載數(shù)據(jù): (self.presentedViewController as! tableViewController).table.reloadData()其中tableViewController是TableView控制器中的類(我知道這不是大寫字母),而table是TableView。好吧,這樣做會(huì)產(chǎn)生“致命錯(cuò)誤:在展開可選值時(shí)意外發(fā)現(xiàn)nil”,并且我想這是有道理的,因?yàn)樯形醇虞d“ presentedViewController”。我也試過這個(gè): (self.navigationController!.viewControllers[self.navigationController!.viewControllers.count - 2] as! tableViewController).table.reloadData()這產(chǎn)生了相同的結(jié)果(我確保tableViewController在navigationController堆棧上的當(dāng)前ViewController下)。我對(duì)應(yīng)該做什么感到困惑...我覺得應(yīng)該更容易在不同的視圖控制器中引用屬性。我可能有點(diǎn)含糊。如果是,請(qǐng)告訴我您需要知道的內(nèi)容!
2 回答

繁花不似錦
TA貢獻(xiàn)1851條經(jīng)驗(yàn) 獲得超4個(gè)贊
如果我不在那個(gè)tableView的意思是在另一個(gè)頁面或視圖控制器上,..那時(shí)候NSNotificationCenter.defaultCenter()部分將永遠(yuǎn)不會(huì)發(fā)生,因?yàn)槟菚r(shí)候它從未加載..那我該如何處理它。
- 2 回答
- 0 關(guān)注
- 882 瀏覽
添加回答
舉報(bào)
0/150
提交
取消