上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 40 下一页
摘要: 1. 2. 3. 阅读全文
posted @ 2019-03-25 10:04 懂事长qingzZ 阅读(579) 评论(0) 推荐(0) 编辑
摘要: UIButton 继承自UIControl,所以可以对UIControlContentHorizontalAlignment进行设置 https://blog.csdn.net/timtian008/article/details/53611744 阅读全文
posted @ 2019-03-21 10:44 懂事长qingzZ 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 使用MLeaksFinder检测项目内存泄露总结 https://www.cnblogs.com/ocarol/p/5288497.html 阅读全文
posted @ 2019-03-14 11:37 懂事长qingzZ 阅读(960) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/8f17691a9500 阅读全文
posted @ 2019-03-11 14:50 懂事长qingzZ 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 取消 高亮的 动画 阅读全文
posted @ 2019-03-06 15:19 懂事长qingzZ 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 【链接】AppleID的双重认证https://support.apple.com/zh-cn/HT204915 阅读全文
posted @ 2019-02-28 16:30 懂事长qingzZ 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 1.隐藏尾部或者头部,配套使用 2.显示自定义头部 3. 阅读全文
posted @ 2019-02-28 15:39 懂事长qingzZ 阅读(619) 评论(0) 推荐(0) 编辑
摘要: 1.封装 弹框http://www.hangge.com/blog/cache/detail_651.html 2.改变 标题颜色,按钮颜色,等等 https://blog.csdn.net/mo_xiao_mo/article/details/70308099 阅读全文
posted @ 2019-02-27 10:33 懂事长qingzZ 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 1.正常view设置阴影 有一点需要注意,添加阴影的view需要设置背景色,如果是clear颜色 阴影没效果 func setShadow(view:UIView,sColor:UIColor,offset:CGSize, opacity:Float,radius:CGFloat) { //设置阴影 阅读全文
posted @ 2019-02-22 15:23 懂事长qingzZ 阅读(5489) 评论(0) 推荐(0) 编辑
摘要: 办法1: 问题界面 需求: 导航栏和HeaderView 使用一个背景图片。解决方案: 让 导航栏 变成透明。 override func viewWillAppear(_ animated: Bool) { super.viewWillAppear(animated) // 1、设置导航栏半透明 阅读全文
posted @ 2019-02-22 10:03 懂事长qingzZ 阅读(253) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 40 下一页