最終更新:2012-12-17 (月) 05:52:43 (4145d)  

AppDelegate.h
Top / AppDelegate.h

Xcode 4/プロジェクトテンプレート

Master-Detail Application

  • UIApplicationDelegateを実装
    #import <UIKit/UIKit.h>
    
    @interface AppDelegate : UIResponder <UIApplicationDelegate>
    
    @property (strong, nonatomic) UIWindow *window;
    
    @end

Cocoa Application

関連