Customize UIPickerView's Skin with images

后端 未结 4 545
滥情空心
滥情空心 2020-12-16 23:40

I am developing an iPhone application. Where in, I want to have UIPickerView as in the image. Is it possible to change the appearance of UIPickerView

4条回答
  •  忘掉有多难
    2020-12-16 23:54

    Unfortunately UIPickerView is not highly customizable, so you might ending up using private headers to modify the appearance (which is not recommended) or using some third-party library that simulates the behavior of UIPickerView but allows customization.

提交回复
热议问题