美文网首页iOS开发记录
关于UIButton的UIEdgeInsets

关于UIButton的UIEdgeInsets

作者: 与之书 | 来源:发表于2017-10-16 13:51 被阅读2次

    UIButton有三个内边距
    ContentInsets
    Title Insets
    Image Insets

    不谈计算,只谈理解,只要当成android或者说css中的padding概念就可以。
    ContentInsets 是整体的padding(把title和image当成整体)
    Titile Insets 是title的padding
    Image Insets 是image的padding

    padding的原则很简单,向外扩张是负值,向内压缩是正

    在xCode9.1Beta版又有一个bug,storyboard中,给button添加文字和图片,所有的Insets不能给right直接输入负值。。。但是点击下箭头有效。

    相关文章

      网友评论

        本文标题:关于UIButton的UIEdgeInsets

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