在iPhone中我们使用 (BadgerNewAppDelegate *)[[UIApplication sharedApplication] delegate];
创建iMac应用程序时需要使用什么。
答案 0 :(得分:1)
YourAppDelegateClass *delegate = [[NSApplication sharedApplication] delegate];
答案 1 :(得分:1)
试试这个
id appDelegate = [[NSApplication sharedApplication] delegate];