美文网首页
iOS 13 UITextField 中 leftView

iOS 13 UITextField 中 leftView

作者: Vergil_wj | 来源:发表于2019-09-26 10:24 被阅读0次

    iOS 13 之后,发现我的 imageView 在 textfield.leftView 中宽高被 sizeToFit 了,imageView 中设置的宽高无效了。

    解决办法:在 imageView 上嵌套一个 UIView,使 textfield.leftView = uiview;

    相关文章

      网友评论

          本文标题:iOS 13 UITextField 中 leftView

          本文链接:https://www.haomeiwen.com/subject/cqpguctx.html