ALOCenteredButton 0.5

ALOCenteredButton 0.5

测试已测试
语言语言 Obj-CObjective C
许可协议 MIT
发布最新发布2019年2月

Alexey Yachmenev 维护。



  • Alexey Yachmenov

##ALOCenteredButton

Alexey Yachmenov <[email protected]>

ALOCenteredButton 是一个简单的 UIButton 子类,用于垂直居中布局(图片和标签)

##使用示例

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