上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 39 下一页
摘要: 阅读全文
posted @ 2018-10-10 14:00 懂事长qingzZ 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 1. 2. 详情: Xcode10新功能新内容https://blog.csdn.net/u010960265/article/details/80630118 阅读全文
posted @ 2018-10-09 16:45 懂事长qingzZ 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 方法1:创建 的时候注册 layout 2.在代理里面设置UICollectionViewFlowLayout extension JYBespeakStylistAndTimeVc: UICollectionViewDataSource, UICollectionViewDelegate,UICo 阅读全文
posted @ 2018-09-26 14:10 懂事长qingzZ 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 滚动一定要在 tableView.reloadData()之后进行 1. 默认 plain 模式 2. 分组的 grouped 阅读全文
posted @ 2018-09-25 11:52 懂事长qingzZ 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 1. 拆分数组 OC 拆分数组 2. 拆分字符串 阅读全文
posted @ 2018-09-21 13:17 懂事长qingzZ 阅读(905) 评论(0) 推荐(0) 编辑
摘要: 解决方式: 1. 2.如果头铁就是要用新环境, 那需要删除引用在链接库 这个地方会多出来一个,删除就好 可以看: 升级xcode10.0后,编译原有正常工程遇到的坑 https://blog.csdn.net/kevin_love_chrissy/article/details/82759257 阅读全文
posted @ 2018-09-19 11:35 懂事长qingzZ 阅读(1690) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/ccflying88/article/details/50893639 阅读全文
posted @ 2018-09-17 10:38 懂事长qingzZ 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 2. 自定义文字大小颜色等 添加 自定义view参考 Swift - 自定义UIAlertController的样式2(添加自定义视图):https://www.hangge.com/blog/cache/detail_1657.html 阅读全文
posted @ 2018-09-15 17:44 懂事长qingzZ 阅读(872) 评论(0) 推荐(0) 编辑
摘要: /// 移除所有子控件 func removeAllSubViews(){ if self.view.subviews.count>0{ self.view.subviews.forEach({$0.removeFromSuperview()}) } } 阅读全文
posted @ 2018-09-12 16:13 懂事长qingzZ 阅读(322) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/YouXianMing/p/3670846.html 阅读全文
posted @ 2018-09-12 11:57 懂事长qingzZ 阅读(433) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 39 下一页