3.2 之前的 inputView 和 inputAccessoryView?
我正在尝试添加对 3.1.3 的支持,因为它是第一代 iPod 上的最后一个版本。我 想知道如何模拟 3.2 之前的 UITextField 的 inputView 和 inputAccessoryView ,因为这些仅在 3.2 中添加。
I'm trying to add support for 3.1.3, as it's the last version on the first generation iPods. I
was wondering how to simulate the inputView and inputAccessoryView for a UITextField prior to 3.2, as those have been added only in 3.2 afaik.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个教程,可能会有帮助。
http://www.randomsequence.com/articles/adding-a-toolbar-with-next-previous-above-uitextfield-keyboard-iphone/" randomsequence.com/articles/adding-a-toolbar-with-next-previous-above-uitextfield-keyboard-iphone/
我用它来创建一个带有 NEXT 和 PREVIOUS 按钮的工具栏并支持 iOS 3.1.3出色地。
Take a look at this tutorial, might be helpful.
http://www.randomsequence.com/articles/adding-a-toolbar-with-next-previous-above-uitextfield-keyboard-iphone/
I have used this to create a toolbar with NEXT and PREVIOUS buttons and support iOS 3.1.3 as well.