Button¶
Custom Buttons¶
Button with Image¶
Two solutions but I would prefer left align and left align text by default as Text can be longer and centering them is no fun. Doesn’t look really good for viewing too.
Dimensions¶
Setting size of a button
customButton.frame.size = CGSize\(width, height\)
How to programmatically resize a UIButton to text size Resizable button with text