swift UIButton 文字居左图片居右

let button = UIButton(frame:myframe)
button.semanticContentAttribute = .forceRightToLeft
就简单的设置一个属性就可以做到,如果希望文字和图标之间有间距就直接在文字后边添加空格直到调
到你想要的距离

你可能感兴趣的:(swift UIButton 文字居左图片居右)