当将 UIToolBar 设置为 inputAccessoryView 到 UITextField 时隐藏 UIToolBar
我已经尝试了 此链接中的一个示例
实际上我尝试过放置一个 uitextfield 并将该工具栏添加为 inputaccessoryview。
当我点击 uitexfield 时,它会显示 uikeyboard,并且顶部添加了该工具栏,这是可以的。 但是在我执行上述操作后,显示在 pickerview 下的工具栏现在被隐藏了......
请让我知道为什么会发生这种情况
I have tried one sample from the this link
Actually what i tried is placed an uitextfield and added that toolbar as inputaccessoryview.
When i tap on the uitexfield, it shows the uikeyboard with that toolbar added on top that is ok.
But the toolbar which was showing under the pickervieew is now get hidden after i did the above thing...
Please let me know why is that happening
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的意思是您的应用程序在底部有一个工具栏,并且选择器视图/键盘/其他输入视图出现在其顶部,那么这是预期的行为。
例如,看看 mobile safari,当您在页面上的字段中输入文本(例如,SO 答案!)时,键盘会覆盖下部工具栏。不然你打字的时候就会碰到它。
If you mean your app had a toolbar at the bottom, and the picker view/keyboard/other input view appears on top of this, then this is the expected behaviour.
For example, look at mobile safari, when you enter text in a field on the page (like an SO answer, for example!), the keyboard covers the lower toolbar. Otherwise you'd hit it when typing.