弹出 UIPicker 而不是键盘
当我单击文本字段时,我希望弹出 UIPicker 而不是键盘。这可能吗,我已经搜索了一段时间但找不到任何东西。
有人有示例代码吗?
问候, 斯蒂芬
I want a UIPicker to popup instead of the keyboard when I click on a text field. Is this possible, I've been googling for awhile but can't find anything.
Does anyone have any sample code ?
Regards,
Stephen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为这是一种更官方的方式:
I think this is a more official way to do this:
当用户单击文本字段时,使用 [self presentModalViewController:picker] 呈现模式视图控制器。我希望您知道如何处理文本字段事件
Use [self presentModalViewController:picker] to present a modal view controller when user click on the text field. I hoped that you know how to handle text field event