摘要: #import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate{ //全局变量 UILabel*lablel;}-(void)dealloc{ self.window=nil; [... 阅读全文
posted @ 2015-08-25 20:43 ios-C 阅读(155) 评论(0) 推荐(0) 编辑
摘要: main#import #import "AppDelegate.h"//UIApplication对象:这是应用程序的象征,是iOS程序第一个创建的对象。每一个程序都有自己的UIApplication对象//UIApplication对象的创建:[UIApplication sharedAppli... 阅读全文
posted @ 2015-08-25 20:42 ios-C 阅读(228) 评论(0) 推荐(0) 编辑
摘要: #import "AppDelegate.h"@interface AppDelegate ()@property(nonatomic,strong)NSArray*app;@end@implementation AppDelegate-(NSArray *)app{ if (_app == ni... 阅读全文
posted @ 2015-08-25 20:38 ios-C 阅读(164) 评论(0) 推荐(0) 编辑