上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: 系统自带的JSON解析 GET异步请求 POST异步请求 阅读全文
posted @ 2016-05-28 16:40 Leo-Wmw 阅读(194) 评论(0) 推荐(0) 编辑
摘要: layer的各种属性代码示例: 阅读全文
posted @ 2016-05-28 16:03 Leo-Wmw 阅读(4319) 评论(0) 推荐(0) 编辑
摘要: 1 #import "MyHandle.h" 2 3 static MyHandle *handle = nil; 4 @implementation MyHandle 5 // 传统写法 6 // 此时如果多个任务并发执行,他就不会满足单例的优点 7 //+ (MyHandle *)shareMyHandle { 8 // if (nil == handle) { 9... 阅读全文
posted @ 2016-05-28 15:48 Leo-Wmw 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 方式一:直接在@interface中的大括号中声明。 @interface MyTest : NSObject{ NSString *mystr; } 方式二:在@interface中声明,然后再在@property中声明。 @interface MyTest : NSObject{ NSStrin 阅读全文
posted @ 2016-05-28 09:52 Leo-Wmw 阅读(572) 评论(0) 推荐(0) 编辑
摘要: CoreAnimation基本介绍: CoreAnimation动画位于iOS框架的Media层 CoreAnimation动画实现需要添加QuartzCore.Framework CoreAnimation基本上是LayerAnimation CoreAnimation分类: CoreAnimat 阅读全文
posted @ 2016-05-27 20:58 Leo-Wmw 阅读(290) 评论(0) 推荐(0) 编辑
摘要: Block动画: Spring动画简介: 代码展示: 阅读全文
posted @ 2016-05-27 20:01 Leo-Wmw 阅读(267) 评论(0) 推荐(0) 编辑
摘要: GET请求 代码展示: 在storyBoard中每个请求关联一个Button POST请求第一种 代码展示: 实现请求操作: POST请求第二种 代码展示: 阅读全文
posted @ 2016-05-27 16:45 Leo-Wmw 阅读(787) 评论(0) 推荐(0) 编辑
摘要: 引入头文件,创建检测判断BOOL值 实现检测效果,代码展示: 阅读全文
posted @ 2016-05-27 16:09 Leo-Wmw 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 风火轮(菊花加载) Gif动画 阅读全文
posted @ 2016-05-27 13:58 Leo-Wmw 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 1、终端报错:The dependency MBProgressHUD (~> 0.9.2) is not used in any concrete target.2、原因:CocoaPods升级到最新版本(包括一些高版本),Podfile文件的内容必须明确指出所用第三方库的targetName.3 阅读全文
posted @ 2016-05-27 11:41 Leo-Wmw 阅读(915) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页