最近我向 Apple 提交了一个应用程序,他们告诉我要在 iPad 中显示 UIPickerView,我必须将其嵌入到 Popover 中,因此丢弃就像在 Popover 之外触摸一样容易......
我应该如何用 iPhone 丢弃 UIPickerView?
我不想推送另一个视图然后返回初始视图进行选择,因为它会中断可用性流程。
在我当前的实现中,我在选择 UITextField 下方显示 UIPickerView 并用 UIButton 丢弃它......这种方法是否正确?
亲切的问候!
最近我向 Apple 提交了一个应用程序,他们告诉我要在 iPad 中显示 UIPickerView,我必须将其嵌入到 Popover 中,因此丢弃就像在 Popover 之外触摸一样容易......
我应该如何用 iPhone 丢弃 UIPickerView?
我不想推送另一个视图然后返回初始视图进行选择,因为它会中断可用性流程。
在我当前的实现中,我在选择 UITextField 下方显示 UIPickerView 并用 UIButton 丢弃它......这种方法是否正确?
亲切的问候!