How to add padding-left on a UIButton created programmatically?
titleEdgeInsets The inset or outset margins for the edges of the button title drawing rectangle. @property(nonatomic) UIEdgeInsets titleEdgeInsets Discussion Use this property to resize and reposition the effective drawing rectangle for the button title. You can specify a different value for each of the four insets (top, left, bottom, right). A positive value shrinks, or … Read more