Objective C implementing a UIPickerView with a “Done” button

后端 未结 7 671
一向
一向 2020-12-03 08:56

I am trying to implement a \"Done\" button in a UIPickerView Similar to the one under this link

I looked in the class reference but I couldn t find it

Thank

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-03 09:21

    You get the "Done" button in the toolbar using the ActionSheetPicker. Its is a great alternative to building it yourself.

    https://github.com/skywinder/ActionSheetPicker-3.0

提交回复
热议问题