Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 Nsobject 类中的一些数据传递给 UIViewController。在视图控制器中,我只访问 viewwillappear 内的数据。我无法访问 viewDidLoad 中的值。如何解决这个问题
例如从 ViewDidLoad 调用一个函数
-(void)getData { //you can access data here.... }
所以创建一个名为 getData 的函数并从 viewDidLoad 调用它
亲爱的编码快乐...!!!!!!!!!
使用委托访问其他类示例 examle1