摘要:        
当一个控件设置了顶部和底部约束的时候, 就已经确定了他的宽高,如果你在给他一个高度height, 会和顶部和底部约束起冲突,会出现UI高度被压缩或者UI正常但是约束冲突 此时更改下优先级,就不会报错,UI也显示正常了 .priority(.high) collectionView.snp.makeC    
阅读全文
posted @ 2024-10-15 16:05
懂事长qingzZ
阅读(142)
推荐(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
阅读(181)
推荐(0)
 
		
    
        
        
摘要:        
删除路径:~/Library/Developer/CoreSimulator/Cache 参考:https://www.jianshu.com/p/b484269374d1    
阅读全文
posted @ 2024-07-24 08:58
懂事长qingzZ
阅读(92)
推荐(0)
 
		
    
        
        
摘要:        
OC 属性 @property (nonatomic, strong) NSDictionary * _Nullable extraData; swift使用 打印 Dictionary<AnyHashable, Any> (lldb) po extraData ▿ Optional<Diction    
阅读全文
posted @ 2024-07-23 13:43
懂事长qingzZ
阅读(42)
推荐(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
阅读(397)
推荐(0)
 
		
    
        
        
摘要:        
extension Dictionary { public func toJSONString() -> String? { guard let data = try? JSONSerialization.data(withJSONObject: self, options: []) else {     
阅读全文
posted @ 2024-07-01 09:43
懂事长qingzZ
阅读(52)
推荐(0)
 
		
    
        
        
摘要:        
https://www.jianshu.com/p/bb0ce0795c59    
阅读全文
posted @ 2024-05-31 12:08
懂事长qingzZ
阅读(76)
推荐(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
阅读(152)
推荐(0)
 
		
    
        
        
摘要:        
https://www.jianshu.com/p/b55b63e60e63    
阅读全文
posted @ 2024-05-30 16:13
懂事长qingzZ
阅读(15)
推荐(0)
            
        
        
摘要:        
intel 选择x64, m1 等选择 arm64 https://docs.flutter.cn/release/archive?tab=macos    
阅读全文
posted @ 2024-05-30 13:42
懂事长qingzZ
阅读(131)
推荐(0)