上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 41 下一页
摘要: 安装VMware Fusion 1 https://www.cnblogs.com/zhangycun/p/10932326.html 2 下载地址 https://www.vmware.com/products/fusion/fusion-evaluation.html 3 激活码 https:/ 阅读全文
posted @ 2019-10-18 11:08 懂事长qingzZ 阅读(1275) 评论(0) 推荐(0)
摘要: 一般日期显示的时候 都是2018.8.3 或者2018-8-3 ,这种格式 设置的时候 时间戳 设置为 yyyy.M.d 或者 yyyy-M-d , 这显示一位数字, 如果日期 是两位 比方说 2018.10.3 他会补全的 阅读全文
posted @ 2019-10-17 13:54 懂事长qingzZ 阅读(584) 评论(0) 推荐(0)
摘要: macOS降级重装系统教程:手把手教你Mac降级不再难 http://baijiahao.baidu.com/s?id=1642530580676517461&wfr=spider&for=pc 阅读全文
posted @ 2019-10-16 11:38 懂事长qingzZ 阅读(944) 评论(0) 推荐(0)
摘要: //隐藏中间两条分割线 if pickerV.subviews.count >= 3{ pickerV.subviews[1].isHidden = true pickerV.subviews[2].isHidden = true } //修改选中行的背景色 for subView in picke 阅读全文
posted @ 2019-10-11 18:20 懂事长qingzZ 阅读(2300) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/bitcser/article/details/100113549 阅读全文
posted @ 2019-09-24 09:27 懂事长qingzZ 阅读(170) 评论(0) 推荐(0)
摘要: import Foundation /** * 封装textView */ class JYCustomerTextView: JYBaseView { /// 显示标题 private lazy var titleLab: UILabel = JYUIModel.creatLabe(text: n 阅读全文
posted @ 2019-09-16 10:40 懂事长qingzZ 阅读(1044) 评论(0) 推荐(0)
摘要: 1.默认center 模式 居中 btn.contentHorizontalAlignment = UIControl.ContentHorizontalAlignment.right right 和 trailing效果一样 fill leading 和 left 效果一样 if #availab 阅读全文
posted @ 2019-09-05 11:31 懂事长qingzZ 阅读(1772) 评论(0) 推荐(0)
摘要: UIBarButtonItem 设置图片真机运行会显示系统蓝色, 下面获取原色图片 阅读全文
posted @ 2019-09-04 16:03 懂事长qingzZ 阅读(184) 评论(0) 推荐(0)
摘要: /// 状态栏高度 let JYStatusBarHeight:CGFloat = UIApplication.shared.statusBarFrame.size.height // 获取appwindow var JYWindow: UIWindow { get { if let app = UIApplication.shared.delegate as... 阅读全文
posted @ 2019-08-23 14:08 懂事长qingzZ 阅读(441) 评论(0) 推荐(0)
摘要: 参考:https://www.jianshu.com/p/5c77e5ef79ba 制作Framework并支持Bitcode:https://www.jianshu.com/p/04c7612e20ab 1. 2. 参数设置1:打包静态库 mach 参数2:支持 所有所有机型 真机和模拟器 每个模 阅读全文
posted @ 2019-08-15 17:32 懂事长qingzZ 阅读(774) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 41 下一页