摘要: 1. 轮播库SDCycleScrollView 2. 自动布局库SDAutoLayout 3. 类似支付宝福卡滑动切换的效果 https://github.com/huangxuan518/HXCardSwitchView 4. 类似朋友圈图片浏览SDPhotoBrowser :SDAutoLayo 阅读全文
posted @ 2018-04-23 13:46 liuw_flexi 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 可以对图层按path进行指定裁剪 阅读全文
posted @ 2018-04-23 13:36 liuw_flexi 阅读(398) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 透明table // // Created by LiuWei on 2018/4/23. // Copyright © 2018年 xxx. All rights reserved. // #import "ViewController.h" @interface ViewController () @property(n... 阅读全文
posted @ 2018-04-23 13:32 liuw_flexi 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 比如:获取一个随机整数范围在:[0,100)包括0,不包括100 参考:https://www.jianshu.com/p/106475cbd3da 阅读全文
posted @ 2018-04-23 11:41 liuw_flexi 阅读(144) 评论(0) 推荐(0) 编辑
摘要: // ViewController.m // 形变属性transform // // Created by LiuWei on 2018/4/23. // Copyright © 2018年 xxx. All rights reserved. // #import "ViewController.h" @interface ViewController () @property ... 阅读全文
posted @ 2018-04-23 11:36 liuw_flexi 阅读(159) 评论(0) 推荐(0) 编辑