iOS控件

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

2017-07-13  本文已影响2037人  我是明明哥
let button = UIButton(frame:myframe)
button.semanticContentAttribute = .forceRightToLeft
就简单的设置一个属性就可以做到,如果希望文字和图标之间有间距就直接在文字后边添加空格直到调
到你想要的距离
上一篇下一篇

猜你喜欢

热点阅读