Tag: imageedgeinsets

如何在编程创build的UIButton上添加填充左侧?

我在加UIButton左填充时遇到了麻烦。 我有UIControlContentHorizontalAlignmentLeft UIButton 。 我希望文本显示在左侧,但它太左。 当我给边界的时候,看起来不太好。 我想给像CSS一样的5px左右的文本填充一些。 我googlesearch的解决scheme,但无法find一个特别是UIButton 。 预先感谢您的帮助。

iPhone UIButton – 图像的位置

我有一个UIButton文本“探索应用程序”和UIImage (>)在Interface Builder它看起来像: [ (>) Explore the app ] 但是我需要在文本之后放置这个UIImage : [ Explore the app (>) ] 如何将UIImage移动到右侧?