摘要: 阅读全文
posted @ 2018-07-12 17:40 懂事长qingzZ 阅读(253) 评论(0) 推荐(0)
摘要: http://adad184.com/2015/10/15/tips-access-current-launch-image/ 阅读全文
posted @ 2018-07-12 17:21 懂事长qingzZ 阅读(251) 评论(0) 推荐(0)
摘要: http://www.cocoachina.com/ios/20180511/23359.html 阅读全文
posted @ 2018-07-12 17:20 懂事长qingzZ 阅读(140) 评论(0) 推荐(0)
摘要: 1. [dic enumerateKeysAndObjectsUsingBlock:^(id _Nonnull key, id _Nonnull obj, BOOL * _Nonnull stop) { }]; 阅读全文
posted @ 2018-07-12 16:58 懂事长qingzZ 阅读(687) 评论(0) 推荐(0)
摘要: 1. label 左右约束要给。 2.代码实现label.adjustsFontSizeToFitWidth = YES 阅读全文
posted @ 2018-07-12 14:09 懂事长qingzZ 阅读(259) 评论(0) 推荐(0)
摘要: //4.解析数据 //4.1 创建XML解析器:SAX NSXMLParser *parser = [[NSXMLParser alloc]initWithData:data]; //4.2 设置代理 parser.delegate = self; //4.3 开始... 阅读全文
posted @ 2018-07-12 10:46 懂事长qingzZ 阅读(232) 评论(0) 推荐(0)
摘要: 1 #import "ViewController.h" 2 3 @interface ViewController () 4 5 @end 6 7 @implementation ViewController 8 9 -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event 10... 阅读全文
posted @ 2018-07-11 11:58 懂事长qingzZ 阅读(448) 评论(0) 推荐(0)
摘要: 1 #import "ViewController.h" 2 3 @interface ViewController () 4 5 @end 6 7 @implementation ViewController 8 9 #pragma mark ---------------------- 10 #pragma mark Events 11 -(void)touches... 阅读全文
posted @ 2018-07-11 10:32 懂事长qingzZ 阅读(568) 评论(0) 推荐(0)
摘要: 2. 阅读全文
posted @ 2018-07-10 19:53 懂事长qingzZ 阅读(94) 评论(0) 推荐(0)
摘要: 1 #import "ViewController.h" 2 3 @interface ViewController () 4 5 @end 6 7 @implementation ViewController 8 -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event 9 { 10 [sel... 阅读全文
posted @ 2018-07-10 19:49 懂事长qingzZ 阅读(536) 评论(0) 推荐(0)