swift添加进度条, iPhoneX,iOS11 ,电池蓝高度判断
摘要:/// 状态栏高度 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
阅读(433)
推荐(0) 编辑
swift xcode 静态库 制作,模拟器和真机版本合并为一个
摘要:参考: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
阅读(720)
推荐(0) 编辑
VTMagic 使用心得
摘要:1. 推荐:如果是单独显示一VC为导航栏的rootVC或present出来,这个空间没有适配安全区, 推荐 vc 里面创建一个容器View1, View1 添加 VTMagicVC,继承会在导航部分 显示异常 如果全部都实在push 的 2级或3级以上界面, 直接继承,和 包在容器view里面显示都
阅读全文
posted @
2019-08-14 16:51
懂事长qingzZ
阅读(150)
推荐(0) 编辑
podfile 文件写法
摘要:podfile 文件写法:https://www.jianshu.com/p/d575e4203982 参考 1. CocoaPods中Podfile详解 2.CocoaPods使用注意事项 3.Podfile语法参考(译) 4.CocoaPods为多个target添加依赖库 参考 1. Cocoa
阅读全文
posted @
2019-08-14 11:19
懂事长qingzZ
阅读(257)
推荐(0) 编辑
rvm 安装ruby报错
摘要:https://www.cnblogs.com/qinyan20/p/4221789.html ruby-2.1.1 - #downloading rubygems-2.2.3 % Total % Received % Xferd Average Speed Time Time Time Curre
阅读全文
posted @
2019-08-14 10:15
懂事长qingzZ
阅读(1523)
推荐(0) 编辑
iOS 利用visibleViewController和topViewController获取当前显示的页面区别
摘要:https://blog.csdn.net/u010960265/article/details/79731325
阅读全文
posted @
2019-08-13 09:36
懂事长qingzZ
阅读(297)
推荐(0) 编辑
xcode删除项目中没用到的图片
摘要:https://github.com/tinymind/LSUnusedResources
阅读全文
posted @
2019-08-08 14:56
懂事长qingzZ
阅读(255)
推荐(0) 编辑