上一页 1 2 3 4 5 6 7 8 ··· 49 下一页

2017年5月10日

ios 动画

摘要: ios 动画总述 阅读全文

posted @ 2017-05-10 09:48 大木哥 阅读(92) 评论(0) 推荐(0) 编辑

2017年4月27日

ios 贝塞尔动画

摘要: CGPoint fromPoint = self.imageView.center; //路径曲线 UIBezierPath *movePath = [UIBezierPath bezierPath]; [movePath moveToPoint:fromPoint]; CGPoint toPoin 阅读全文

posted @ 2017-04-27 14:31 大木哥 阅读(175) 评论(0) 推荐(0) 编辑

ios 贝塞尔

摘要: ios 贝塞尔动画 阅读全文

posted @ 2017-04-27 14:30 大木哥 阅读(146) 评论(0) 推荐(0) 编辑

2017年3月27日

ios Masonry 开发细节

摘要: 等masonry执行完后的操作: view中: -(void)layoutSublayersOfLayer:(CALayer *)layer viewController中: -(void)viewDidLayoutSubviews 阅读全文

posted @ 2017-03-27 16:01 大木哥 阅读(148) 评论(0) 推荐(0) 编辑

2017年2月17日

iOS 开发常用工具

摘要: JKCategories:分类合集 阅读全文

posted @ 2017-02-17 11:23 大木哥 阅读(125) 评论(0) 推荐(0) 编辑

2017年2月8日

IOS 上传自己的库到cocoapod

摘要: 参考:http://www.cnblogs.com/SimonGao/p/4987668.html 参考:http://www.cnblogs.com/yueyuanyueyuan/p/5560954.html 参考:http://blog.csdn.net/wzzvictory/article/d 阅读全文

posted @ 2017-02-08 15:43 大木哥 阅读(352) 评论(0) 推荐(0) 编辑

2017年1月28日

UIStackView

摘要: 1. 使用UIStackView,要知道,其子视图的很多约束就无效了 2. 使用UIStackView,要知道,需要先把其约束设置好 3. UIStackView的属性: 3.1 alignment 主要设置非轴方向子视图的对齐方式。typedef NS_ENUM(NSInteger, UIStac 阅读全文

posted @ 2017-01-28 12:18 大木哥 阅读(757) 评论(0) 推荐(0) 编辑

2017年1月17日

IOS发布应用照片大小

摘要: 阅读全文

posted @ 2017-01-17 11:07 大木哥 阅读(102) 评论(0) 推荐(0) 编辑

2016年12月21日

IOS block 对象强引用和弱引用

摘要: 1. 在block外面这样:__weak MyController *weakSelf = self 或者 __weak __typeof(self) weakSelf = self;是为了防止强引用导致循环引用2.执行block方法体的时候也可以转换为强引用之后再使用__strong __type 阅读全文

posted @ 2016-12-21 07:44 大木哥 阅读(1670) 评论(0) 推荐(0) 编辑

IOS技能点

摘要: IOS block 对象强引用和弱引用 ios 动画 iOS 长连接 IOS技能点之Foundation iOS技能点 之 iOS中的OC和CF概念 iOS技能点 之 循环引用案例-局部变量与成员变量 iOS 推送 阅读全文

posted @ 2016-12-21 07:41 大木哥 阅读(209) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 49 下一页

导航