上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 41 下一页
摘要: 然后在终端(Terminal)输入如下2行命令: sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService rm -rf ~/Library/Developer/CoreSimulator/Devices 重启Xcode 阅读全文
posted @ 2019-07-03 09:50 懂事长qingzZ 阅读(325) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/QearlYu/article/details/53466699 1. 这个是由于XXX..xcodeproj包中xcuserdata文件夹中user.xcuserdatad文件夹名字的问题...user.xcuserdatad文件夹的名字,不是当前用户的 阅读全文
posted @ 2019-07-03 09:45 懂事长qingzZ 阅读(384) 评论(0) 推荐(0)
摘要: 1.安装 2.删除 前往 文件夹 /资源库/Developer/CoreSimulator/Profiles/Runtimes 阅读全文
posted @ 2019-07-03 09:32 懂事长qingzZ 阅读(1434) 评论(0) 推荐(0)
摘要: 缩放悬浮窗的实现 https://blog.csdn.net/lin1109221208/article/details/80985435 阅读全文
posted @ 2019-06-28 10:33 懂事长qingzZ 阅读(698) 评论(0) 推荐(0)
摘要: /// 进度条:只在活动页展示 fileprivate lazy var progressView:UIProgressView = UIProgressView() /// 进度条高度 private var progressViewHeight:NSLayoutConstraint? //设置监听 webView.addObserver(... 阅读全文
posted @ 2019-06-26 17:30 懂事长qingzZ 阅读(438) 评论(0) 推荐(0)
摘要: 需求:点击红框 才 隐藏view, 现象,在touch Began 里面写的时候, 红色和蓝色框都会消失 阅读全文
posted @ 2019-06-24 11:03 懂事长qingzZ 阅读(418) 评论(0) 推荐(0)
摘要: //设置-隐私-广告-限制广告跟踪关闭 if ASIdentifierManager.shared().isAdvertisingTrackingEnabled { DDLOG(message: "IDFA:\(ASIdentifierManager.shared().advertisingIdentifier.uuidString... 阅读全文
posted @ 2019-06-18 17:27 懂事长qingzZ 阅读(708) 评论(0) 推荐(0)
摘要: 类方法 阅读全文
posted @ 2019-06-18 16:15 懂事长qingzZ 阅读(3021) 评论(0) 推荐(0)
摘要: 更新一下,之后就快很多 终端执行 pod setup 1.更新完新版pod ,执行pod install ,此时是旧版本的库,需要重新 pod search 三方搜索最新的版本2. 如果出现下面报错, 说明你支持的iOS版本低了,如果 你确实想要iOS9 运行,那就直接 不指定三方的版本,还是iOS 阅读全文
posted @ 2019-06-12 11:27 懂事长qingzZ 阅读(823) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/1abae7aa4610?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendatio项目打包之后.ipa包的大小是118.9M,上传到A 阅读全文
posted @ 2019-06-10 17:19 懂事长qingzZ 阅读(590) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 41 下一页