会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
qingzZ
博客园
首页
博问
闪存
新随笔
订阅
管理
2024年11月19日
mac 上投屏安卓手机scrcpy
摘要: https://github.com/Genymobile/scrcpy
阅读全文
posted @ 2024-11-19 09:38 懂事长qingzZ
阅读(1)
评论(0)
推荐(0)
编辑
2024年11月18日
swift 获取通知设置
摘要: 根据授权状态更新变量 .authorized: 当用户授权通知时,设置 hasNotification = true 和 enableNotification = true。 .denied: 当用户拒绝通知时,设置 hasNotification = false。 .notDetermined:
阅读全文
posted @ 2024-11-18 16:12 懂事长qingzZ
阅读(2)
评论(0)
推荐(0)
编辑
2024年10月15日
swift 约束优先级 snapkit
摘要: 当一个控件设置了顶部和底部约束的时候, 就已经确定了他的宽高,如果你在给他一个高度height, 会和顶部和底部约束起冲突,会出现UI高度被压缩或者UI正常但是约束冲突 此时更改下优先级,就不会报错,UI也显示正常了 .priority(.high) collectionView.snp.makeC
阅读全文
posted @ 2024-10-15 16:05 懂事长qingzZ
阅读(12)
评论(0)
推荐(0)
编辑
2024年9月24日
xcode 约束报错
摘要: 报错信息如下 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)
编辑
2024年7月24日
Xcode升级,模拟器打不开:unable to boot the simulator
摘要: 删除路径:~/Library/Developer/CoreSimulator/Cache 参考:https://www.jianshu.com/p/b484269374d1
阅读全文
posted @ 2024-07-24 08:58 懂事长qingzZ
阅读(13)
评论(0)
推荐(0)
编辑
2024年7月23日
swift 混编OC 使用OC NSDictionary
摘要: 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)
编辑
2024年7月9日
CleanMyMacX
摘要: 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)
编辑
2024年7月1日
swift JSONString和字典互转
摘要: 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)
编辑
2024年5月31日
iOS DoraemonKit 超强工具集合面板
摘要: https://www.jianshu.com/p/bb0ce0795c59
阅读全文
posted @ 2024-05-31 12:08 懂事长qingzZ
阅读(28)
评论(0)
推荐(0)
编辑
swift 播放器 ZFPlayer
摘要: 项目地址: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)
编辑
下一页