ALOCenteredButton 0.5

ALOCenteredButton 0.5

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2019

Maintained by Alexey Yachmenev.



  • By
  • Alexey Yachmenov

##ALOCenteredButton

Alexey Yachmenov <[email protected]>

ALOCenteredButton is simple UIButton subclass for vertical centered layout (image and label)

##Usage Example

ALOCenteredButton *button = [[ALOCenteredButton alloc] initWithFrame:frame];
button.buttonOrientation = ALOCenteredButtonOrientationVertical; // button orientation
button.imageLabelSpacing = 10.f; // space between title label and button image