上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页
摘要: 将代码块中的 self换成unsafeSelf __unsafe_unretained 与 __weak 99%相同 __weak 当对象释放之后 会自动设置为nil 而__unsafe_unretained不会 阅读全文
posted @ 2016-12-15 00:12 IOSyes 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 作为UIApplication单例对象的方法 openURL: 在iOS开发中经常用来实现在当前应用打开外部链接的需求比如跳转到其他应用,跳转应用隐私设置界面;还有相关API canOpenURL: 进行跳转前判断.而这个古老(iOS2时出现)的 openURL 方法将被现今iOS10出现的新API 阅读全文
posted @ 2016-12-11 10:21 IOSyes 阅读(5925) 评论(0) 推荐(0) 编辑
摘要: 1.登录开发者主页 2.生成cer证书:cer是一个跟电脑相关的证书文件,让电脑具备真机调试的功能 3.添加App ID:调试哪些app(Bandle ID) 4.注册真机设备:哪台设备需要真机调试 5.生成MobileProvision文件:结合2,3,4生成一个手机规定文件 最终会得到2个文件 阅读全文
posted @ 2016-12-08 23:17 IOSyes 阅读(144) 评论(0) 推荐(0) 编辑
摘要: /* - (id)initWithCoder:(NSCoder *)aDecoder { if (self = [super initWithCoder:aDecoder]) { // 设置图片的主图层圆角 self.iconView.layer.cornerRadius = 8; // 设置超出主 阅读全文
posted @ 2016-11-24 17:25 IOSyes 阅读(342) 评论(0) 推荐(0) 编辑
摘要: [ ]==JSONArray -->Json数组 --> OC NSArray {} ==JSONObject -->Json对象 -->OC NSDictionary -(NSArray*)productArray{ if(_productArray == nil){ //1.加载json数据 / 阅读全文
posted @ 2016-11-24 02:30 IOSyes 阅读(557) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/qq_24513939/article/details/45968123 阅读全文
posted @ 2016-11-22 01:32 IOSyes 阅读(970) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-11-20 18:19 IOSyes 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 这里面分为两组 大数组里面放两个小数组 小数组里面放数据模型 阅读全文
posted @ 2016-11-20 03:20 IOSyes 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 编译器的适配 阅读全文
posted @ 2016-11-18 10:28 IOSyes 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 自定义button 在系统提供的方法中查找 看是否提供 更改 title 和 图片 位置的方法 标题的范围 和 图片的范围 重写这个方法测试 阅读全文
posted @ 2016-11-17 18:01 IOSyes 阅读(169) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页