上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 39 下一页
摘要: pod 删除:https://blog.csdn.net/majiakun1/article/details/50474879 镜像 更换: gem sources -a https://gems.ruby-china.com/ 安装 1: https://blog.csdn.net/chenggu 阅读全文
posted @ 2019-07-12 09:49 懂事长qingzZ 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1. 下载谷歌浏览器 2.下载Aria2,去史蒂芬周 博客下载, 3.此时会出现,未选中显示导出下载,选中就没了。。 解决方法 :https://github.com/acgotaku/BaiduExporter 阅读全文
posted @ 2019-07-05 10:27 懂事长qingzZ 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 参考:SnapKit - 修改约束 https://blog.csdn.net/longshihua/article/details/80289061 import SnapKit class ViewController: UIViewController { private var isUpda 阅读全文
posted @ 2019-07-04 14:31 懂事长qingzZ 阅读(980) 评论(0) 推荐(0) 编辑
摘要: 然后在终端(Terminal)输入如下2行命令: sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService rm -rf ~/Library/Developer/CoreSimulator/Devices 重启Xcode 阅读全文
posted @ 2019-07-03 09:50 懂事长qingzZ 阅读(303) 评论(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 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 1.安装 2.删除 前往 文件夹 /资源库/Developer/CoreSimulator/Profiles/Runtimes 阅读全文
posted @ 2019-07-03 09:32 懂事长qingzZ 阅读(1374) 评论(0) 推荐(0) 编辑
摘要: 缩放悬浮窗的实现 https://blog.csdn.net/lin1109221208/article/details/80985435 阅读全文
posted @ 2019-06-28 10:33 懂事长qingzZ 阅读(662) 评论(0) 推荐(0) 编辑
摘要: /// 进度条:只在活动页展示 fileprivate lazy var progressView:UIProgressView = UIProgressView() /// 进度条高度 private var progressViewHeight:NSLayoutConstraint? //设置监听 webView.addObserver(... 阅读全文
posted @ 2019-06-26 17:30 懂事长qingzZ 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 需求:点击红框 才 隐藏view, 现象,在touch Began 里面写的时候, 红色和蓝色框都会消失 阅读全文
posted @ 2019-06-24 11:03 懂事长qingzZ 阅读(410) 评论(0) 推荐(0) 编辑
摘要: //设置-隐私-广告-限制广告跟踪关闭 if ASIdentifierManager.shared().isAdvertisingTrackingEnabled { DDLOG(message: "IDFA:\(ASIdentifierManager.shared().advertisingIdentifier.uuidString... 阅读全文
posted @ 2019-06-18 17:27 懂事长qingzZ 阅读(688) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 39 下一页