?? cocoslivedemo.h
字號:
//// cocosLiveDemo//#import "cocoslive.h"enum { kCategoryEasy = 0, kCategoryMedium = 1, kCategoryHard = 2,};enum { kWorld = 0, kCountry = 1,};//CLASS INTERFACE@interface AppController : NSObject <UIApplicationDelegate>{ IBOutlet UIWindow *window; IBOutlet UIView *mainView; IBOutlet UITableView *myTableView; IBOutlet UINavigationBar *myNavigation; // scores category int category; // scores world int world; NSMutableArray *globalScores;}@property (nonatomic, retain) UIWindow *window;@property (nonatomic, retain) UIView *mainView;@property (nonatomic, retain) NSMutableArray *globalScores;// segment delegate- (void)segmentAction:(id)sender;// button delegate- (void)buttonCallback:(id)sender;@end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -