0
如何從MainViewController在AppDelegate中執行一個方法。從ViewController傳遞數據到AppDelegate
[super performSelector:@selector(doSomething)];
和方法DoSomething的在AppDelegate.m
-(void) doSomething {
NSLog(@"Method Executed");
}
謝謝,但我用這種方法,如果有人發現有幫助 MyExampleAppDelegate * ad = [[MyExampleAppDelegate alloc] [ad doSomething]; [廣告發布]; 希望這不會損害應用程序。 –
已更新的答案。 – 2011-07-16 07:53:24