顯示具有 property 標籤的文章。 顯示所有文章
顯示具有 property 標籤的文章。 顯示所有文章

2014年7月13日 星期日

[iOS] Objective-c sharedApplication delegate, global @property



AppDelegate.h

#define appDelegate ((AppDelegate *)[[UIApplication sharedApplication] delegate])


@property (nonatomic, assign)NSInteger globalCount;


How to use?