iOS - UIButton(UIEdgeInsets) 设置button上的文字和图片
UIEdgeInsets
[objc]
typedef struct UIEdgeInsets {
CGFloat top, left, bottom, right; // specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
} U
转载
2015-01-26 09:41:49 ·
737 阅读 ·
0 评论