Fixed labels in the selection bar of a UIPickerView

前端 未结 12 1220
一生所求
一生所求 2020-11-27 12:17

In the clocks application, the timer screen shows a picker (probably a UIPicker in UIDatePickerModeCountDownTimer mode) with some text in the selec

12条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 12:38

    I also faced same problem. You can see working example in my custom made time picker published on GitHub:
    https://github.com/kgadzinowski/iOSSecondsTimerPicker
    It does exactly what you want.

提交回复
热议问题