摘要: UIWebView *_myWebView=[[UIWebView alloc]initWithFrame:self.view.frame]; NSURL * url =[[NSURL alloc]initWithString: @"http://www.newsbaidu.com"]; ... 阅读全文
posted @ 2015-03-05 08:32 深山一枯柴 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 一:想成为单例的三个步骤1,在H文件中导入第三方框架#import “Singleton.h”;2,在H文件中写:#define singleton_interface(className)3.在M文件中写:#define singleton_implementation(className)二,如... 阅读全文
posted @ 2015-03-05 08:30 深山一枯柴 阅读(106) 评论(0) 推荐(0) 编辑