有沒有在ViewControllers之間發送數據而不使用segues的方法?在不使用segsen的ViewControllers之間發送數據
具體而言,我有兩個ViewController嵌入TabBarViewController。一個叫做PlayingCardViewController,另一個叫做HighScoreViewController。我想從PlayingCardViewController傳遞一個HighScore類到HighScoreViewController。只要我按下PlayingCardViewController中的重新設置按鈕,我就想從PlayingCardViewController傳輸數據,但我不想過渡到HighScoreViewController,因爲這會對播放器造成衝擊。
我想過使用segues並在數組中保存HighScores並將其傳遞給所有與PlayingCardViewController連接的VC,但我意識到這看起來過於複雜,並且必須有一種更簡單的方式來在點擊重新設置按鈕。
一些相關鏈接 Passing Data between View Controllers
[查看控制器之間傳遞數據]的可能重複(http://stackoverflow.com/questions/5210535/passing-data-between-view-controllers) – 2014-09-05 16:14:08
那「培訓相關」問題,就足以回答一切這個。你還期望什麼? – 2014-09-05 16:15:15
該問題涉及使用segues傳遞數據,而我不想通過segue傳遞數據 – MichaelGofron 2014-09-05 16:27:40