iPhone 中的自定义键盘
我必须开发一个应用程序,其中 我必须在键盘内添加两个按钮,
我需要知道如何实现它。
请帮我。
我将万分感谢。
i have to develope an application in which
i have to add two buttons within the keyboard
i need to know how to implement it.
please help me.
i will be thank full.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我一直在观看斯坦福大学的itunes 中的iphone 课程。 他们有来自苹果公司的人问了这个问题,他们说你不能改变键盘,除非将返回键更改为其他设置之一。 我确实喜欢 Facebook 和 Tweetie(写这篇文章的人也在 iPhone 课程中谈到过)添加按钮的做法。 他们表示,总体而言,苹果希望键盘等部件具有一致的外观和感觉。
I have been watching the iphone classes that are in itunes from Stanford University. They had someone from Apple there and asked this question and they said that you cannot change the keyboard except to change the return key to one of the other settings for it. I do like what Facebook and Tweetie (the guy that wrote this also talked in the iphone classes) have done to add buttons. They stated that overall Apple wanted a consistant look and feel to things like the keyboard.
你不能这样做。 不过,您可以执行 Facebook 和 Tweetie 应用程序所做的操作,并在键盘上方添加一组附加控件。
You can't do this. You can do what the Facebook and Tweetie apps do, though, and add an additional set of controls right above the keyboard.
您可以使用最新的 iOS 版本来完成此操作。 检查 UITextField 的 inputView 属性以获取详细信息。
You can do it with the latest iOS version. Check the inputView property of UITextField for details.