1.使用以下代码会崩溃
// if let statusBar = UIApplication.shared.value(forKey: "statusBar") as? UIView{
// statusBar.backgroundColor = UIColor.clear
// }
2.textfiled leftView 设置imageView 会变的很大
解决办法:
使用 uiview 做为leftView 将imageView添加在UIView上
1.使用以下代码会崩溃
// if let statusBar = UIApplication.shared.value(forKey: "statusBar") as? UIView{
// statusBar.backgroundColor = UIColor.clear
// }
2.textfiled leftView 设置imageView 会变的很大
解决办法:
使用 uiview 做为leftView 将imageView添加在UIView上
本文标题:xcode 11下代码显示异常的部分问题
本文链接:https://www.haomeiwen.com/subject/diyvkhtx.html
网友评论