摘要:
自定义一个控制器 CustomViewControllerAppDelegate(不用导入头文件很方便)funcapplication(application:UIApplication,didFinishLaunchingWithOptionslaunchOptions:[NSObject:An... 阅读全文
posted @ 2015-07-06 16:37
幻想无极
阅读(584)
评论(0)
推荐(0)
摘要:
importUIKitclassViewController:UIViewController{overridefuncviewDidLoad(){super.viewDidLoad()self.initView()}overridefuncdidReceiveMemoryWarning(){sup... 阅读全文
posted @ 2015-07-06 12:31
幻想无极
阅读(487)
评论(0)
推荐(0)
摘要:
28、使用block 块遍历整个数组。这个block 需要三个参数,id obj 表示数组中的元素。NSUInteger idx 标示元素的下标,bool *stop 是一个bool类型的参数。 官方描述如下:A reference to a Boolean value. The block can... 阅读全文
posted @ 2015-07-06 09:56
幻想无极
阅读(741)
评论(0)
推荐(0)