UITextView and UIPickerView with its own UIToolbar

前端 未结 2 1702
[愿得一人]
[愿得一人] 2020-12-25 09:02

I like to replicate the form behavior of Safari on the iPhone in my own app. If you enter data in an web form you get a separate UIToolbar (previous, next, done) just above

2条回答
  •  一个人的身影
    2020-12-25 09:41

    I'm looking for the solution for this issue too.

    I found this was the best solution, you can use this SCKit to add tool bar to dismiss the UIPickerView or the UIDatePicker as you want.

    Following is github link: https://github.com/scelis/SCKit/tree/

    Have fun!

提交回复
热议问题