美文网首页iOS控件
IOS中UIButton文字居左图标居右的写法

IOS中UIButton文字居左图标居右的写法

作者: 我是明明哥 | 来源:发表于2017-07-13 11:34 被阅读2037次
    let button = UIButton(frame:myframe)
    button.semanticContentAttribute = .forceRightToLeft
    就简单的设置一个属性就可以做到,如果希望文字和图标之间有间距就直接在文字后边添加空格直到调
    到你想要的距离
    

    相关文章

      网友评论

        本文标题:IOS中UIButton文字居左图标居右的写法

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