Fixed labels in the selection bar of a UIPickerView

前端 未结 12 1218
一生所求
一生所求 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:42

    To re-create the embossed look for the labels...just create a image with the Text, so that you can easily apply a very similar effect to the text...and then use UIImageViews instead of Labels

提交回复
热议问题