Open UIDatePicker programmatically in iOS 14

后端 未结 9 1554
南笙
南笙 2020-12-23 16:46

I have this normal UIDatePicker (sorry that it\'s not in English, please ignore that):

\"my

9条回答
  •  佛祖请我去吃肉
    2020-12-23 17:32

    It's impossible to open a UIDatePicker with UIKit14 from within the code

    • UIDatePicker has no API for doing this
    • UIKit doesn't allow us to create a UIEvents or UITouch object which has any impact on UIKit.

提交回复
热议问题