Center UIPickerView Text

后端 未结 9 1569
清歌不尽
清歌不尽 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:07

    It took me a long time to realize I'm just missing this single line of code:

    pickerView.autoresizingMask = .flexibleWidth

提交回复
热议问题