上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 41 下一页
摘要: 1.下载sdk 1. iOS SDK 下载 2.按照文档拖到工程里面 3.info.list 添加LSApplicationQueriesSchemes ,右侧array <key>LSApplicationQueriesSchemes</key> <array> <string>tim</stri 阅读全文
posted @ 2020-11-30 18:15 懂事长qingzZ 阅读(1587) 评论(0) 推荐(0)
摘要: 官方链接 https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/iOS.html 封装 /** * 微信操作 单例 */ func TGSLOG<Message>(message: Message, fileNa 阅读全文
posted @ 2020-11-30 16:28 懂事长qingzZ 阅读(597) 评论(0) 推荐(0)
摘要: /** * 设定右侧按钮方法 */ - (void)createMakeBtn{ UIButton *button = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, 70, 40)]; button.backgroundColor = UIColo 阅读全文
posted @ 2020-11-26 10:10 懂事长qingzZ 阅读(312) 评论(0) 推荐(0)
摘要: 1. 三方库警告: Showing All Messages The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment t 阅读全文
posted @ 2020-11-23 16:20 懂事长qingzZ 阅读(9666) 评论(0) 推荐(0)
摘要: 1. 设置富文本,超链接点击 2. 取消一切点击事件(放大镜/复制粘贴/删除等等) /// 同意协议view class TGSLoginAgreeView: UIView, UITextViewDelegate { ///点击类型 enum ClickLinkType { ///用户协议 case 阅读全文
posted @ 2020-11-20 11:22 懂事长qingzZ 阅读(2751) 评论(0) 推荐(0)
摘要: 1. 控制器中viewDidLoad使用 要在主线程 ///更新动画 DispatchQueue.main.async { UIView.animate(withDuration: 0.5) {[weak self] in self?.centerIV.snp.updateConstraints { 阅读全文
posted @ 2020-11-19 15:29 懂事长qingzZ 阅读(938) 评论(0) 推荐(0)
摘要: 参考 RxSwift 中的倒计时 https://www.jianshu.com/p/85d749ce8c96 iOS 计时器在程序处于后台时依然执行(OC/swift / RxSwift ) https://www.cnblogs.com/qingzZ/p/14005323.html 阅读全文
posted @ 2020-11-19 14:26 懂事长qingzZ 阅读(449) 评论(0) 推荐(0)
摘要: 问题版本:xcode12.2 , iOS14.2, iOS的定时器,RxSwift5.1.1 的定时器都有效 AppDelegate的applicationDidEnterBackground添加 swift func applicationDidEnterBackground(_ applicat 阅读全文
posted @ 2020-11-19 14:16 懂事长qingzZ 阅读(660) 评论(0) 推荐(0)
摘要: 添加手势 let disposeBag = DisposeBag() let label = UILabel() label.text = "Hello World!" let tapGesture = UITapGestureRecognizer() label.addGestureRecogni 阅读全文
posted @ 2020-11-17 10:59 懂事长qingzZ 阅读(262) 评论(0) 推荐(0)
摘要: 更新Xcode 12.2正式版之后,调试我们app的时候出错了,Log里提示:dyld: could not load inserted library '/Developer/usr/lib/libBacktraceRecording.dylib' because image not found 阅读全文
posted @ 2020-11-16 14:23 懂事长qingzZ 阅读(782) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 41 下一页