Why does the "empty application template" from Xcode 4 inherits from UIResponder instead of NSobject?
#import <UIKit/UIKit.h>
@interface _QuizAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
|
Why does the "empty application template" from Xcode 4 inherits from UIResponder instead of NSobject?
| ||||
feedback
|