摘要: https://github.com/Genymobile/scrcpy 阅读全文
posted @ 2024-11-19 09:38 懂事长qingzZ 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 根据授权状态更新变量 .authorized: 当用户授权通知时,设置 hasNotification = true 和 enableNotification = true。 .denied: 当用户拒绝通知时,设置 hasNotification = false。 .notDetermined: 阅读全文
posted @ 2024-11-18 16:12 懂事长qingzZ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 当一个控件设置了顶部和底部约束的时候, 就已经确定了他的宽高,如果你在给他一个高度height, 会和顶部和底部约束起冲突,会出现UI高度被压缩或者UI正常但是约束冲突 此时更改下优先级,就不会报错,UI也显示正常了 .priority(.high) collectionView.snp.makeC 阅读全文
posted @ 2024-10-15 16:05 懂事长qingzZ 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 报错信息如下 Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutD 阅读全文
posted @ 2024-09-24 09:26 懂事长qingzZ 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 删除路径:~/Library/Developer/CoreSimulator/Cache 参考:https://www.jianshu.com/p/b484269374d1 阅读全文
posted @ 2024-07-24 08:58 懂事长qingzZ 阅读(13) 评论(0) 推荐(0) 编辑
摘要: OC 属性 @property (nonatomic, strong) NSDictionary * _Nullable extraData; swift使用 打印 Dictionary<AnyHashable, Any> (lldb) po extraData ▿ Optional<Diction 阅读全文
posted @ 2024-07-23 13:43 懂事长qingzZ 阅读(13) 评论(0) 推荐(0) 编辑
摘要: CleanMyMac X4.15.中文破解版许可证激活码:RS6S-LF4Y-J0IW-6WEFRS6S-LF0O-8WMN-I9IG需要专用安装包CleanMyMacX4.15.4方可使用: https://souurl.cn/xnXsWi 参考 : https://blog.csdn.net/Y 阅读全文
posted @ 2024-07-09 08:55 懂事长qingzZ 阅读(76) 评论(0) 推荐(0) 编辑
摘要: extension Dictionary { public func toJSONString() -> String? { guard let data = try? JSONSerialization.data(withJSONObject: self, options: []) else { 阅读全文
posted @ 2024-07-01 09:43 懂事长qingzZ 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/bb0ce0795c59 阅读全文
posted @ 2024-05-31 12:08 懂事长qingzZ 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 项目地址:https://gitcode.com/renzifeng/ZFPlayer 详细介绍:https://blog.csdn.net/gitblog_00031/article/details/136866004 ZFPlayer 使用笔记 :https://www.jianshu.com/ 阅读全文
posted @ 2024-05-31 09:06 懂事长qingzZ 阅读(62) 评论(0) 推荐(0) 编辑