agiapp / BRPickerView

BRPickerView 封装的是iOS中常用的选择器组件,主要包括:日期选择器(支持年月日、年月等15种日期样式选择,支持设置星期、至今等)、地址选择器(支持省市区、省市、省三种地区选择)、自定义字符串选择器(支持单列、多列、二级联动、三级联动选择)。支持自定义主题样式,适配深色模式,支持将选择器组件添加到指定容器视图。
https://github.com/agiapp/BRPickerView
MIT License
2.57k stars 446 forks source link

Right button too small to fit label #84

Closed skuske closed 5 years ago

skuske commented 5 years ago

Button sizes should adopt to the button label, otherwise text gets cropped:

button

agiapp commented 5 years ago
// customize the left button width 
@property (nonatomic, assign) CGFloat leftBtnWidth;

// customize the right button width 
@property (nonatomic, assign) CGFloat rightBtnWidth;