Center UIPickerView Text

后端 未结 9 1560
清歌不尽
清歌不尽 2020-12-25 10:27

So I have a uipickerview with rows that only contain the number 0-24 and it looks a bit silly since the numbers are left aligned leaving a huge gap on the right of the picke

9条回答
  •  旧巷少年郎
    2020-12-25 11:30

    You can implement this delegate method, which returns a CGFloat

    - (CGFloat)pickerView:(UIPickerView *)pickerView widthForComponent:(NSInteger)component

    This is called on the picker view to determine row width.

提交回复
热议问题