是否可以从 appDelegate 访问 ViewController 的方法,就像可以与以下代码相反:?
AppDelegate *ad = (AppDelegate *) [[UIApplication sharedApplication] delegate];
当我尝试
ViewController *vc = (ViewController *) [[UIApplication sharedApplication] delegate];
我收到一个错误...
谢谢!