上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 39 下一页

半屏控制器,view: UIViewController+KNSemiModal

摘要: 半屏控制器,view: UIViewController+KNSemiModal https://github.com/kentnguyen/KNSemiModalViewController 阅读全文
posted @ 2018-01-29 11:31 土匪7 阅读(224) 评论(0) 推荐(0) 编辑

CGPoint->NSValue

摘要: http://blog.sina.com.cn/s/blog_65a8ab5d0101c0n2.html 阅读全文
posted @ 2018-01-19 16:38 土匪7 阅读(123) 评论(0) 推荐(0) 编辑

!!!!!换证书,旧的推送没了

摘要: 换证书,旧的推送没了 阅读全文
posted @ 2018-01-18 23:18 土匪7 阅读(106) 评论(0) 推荐(0) 编辑

私聊,点击查看大图,卡顿

摘要: 用的 imageWithData当然会卡顿 正确的姿势: 使用缩略图作为站位图 阅读全文
posted @ 2018-01-16 15:43 土匪7 阅读(160) 评论(0) 推荐(0) 编辑

按钮,图片边缘有锯齿

摘要: closeBtn.layer.shouldRasterize = YES;closeBtn.layer.rasterizationScale = [UIScreen mainScreen].scale; http://www.cocoachina.com/bbs/read.php?tid-16780 阅读全文
posted @ 2018-01-15 19:52 土匪7 阅读(137) 评论(0) 推荐(0) 编辑

修改pageControl的间距

摘要: #import "TAPageControl.h" 阅读全文
posted @ 2018-01-12 19:50 土匪7 阅读(172) 评论(0) 推荐(0) 编辑

iOS UITextField实时监听获取输入内容,中文状态去除预输入拼音

摘要: http://blog.csdn.net/cse110/article/details/51360796 自带输入框, 上面显示拼音,没有点击的时候,还没显示汉字,用markedTextRange判断 阅读全文
posted @ 2018-01-11 17:32 土匪7 阅读(678) 评论(0) 推荐(0) 编辑

Time Profiler Instrument分析卡顿

摘要: https://www.jianshu.com/p/080108c969e8 启动Time Profile:Xcode ——> Product ——> Profile ——> Time Profile 使用Time Profiler调试程序,能获取到整个应用程序运行中所消耗的时间分布和百分比 使用T 阅读全文
posted @ 2017-12-25 15:11 土匪7 阅读(895) 评论(0) 推荐(0) 编辑

textField placeholder颜色,位置设置

摘要: 自定义textField继承自UITextField 重写 - (CGRect)placeholderRectForBounds:(CGRect)bounds _phoneTF.font = HPFontSemibold(16); // 设置输入文字字号 [_phoneTF setValue:[UI 阅读全文
posted @ 2017-12-19 18:15 土匪7 阅读(215) 评论(0) 推荐(0) 编辑

未解决: 给带子控件的父控件截图,不能截出来子控件

摘要: 未解决 阅读全文
posted @ 2017-12-15 18:48 土匪7 阅读(88) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 39 下一页