开发者

iphone - Navigating between UITextFields?

开发者 https://www.devze.com 2023-01-20 09:02 出处:网络
Ihave seen a lot of iphone apps which provide an easy to use navigation controll for text fields, which contains next previous and done.

I have seen a lot of iphone apps which provide an easy to use navigation controll for text fields, which contains next previous and done.

  1. What is the technique for this? any sample code?
  2. the开发者_高级运维y also scroll the screen until the selected textField is placed on top of the keyboard, how do they do that?

iphone - Navigating between UITextFields?


Sorry I don't have direct answers, these are the best I could find off the top of my head:

For 1, take a look at first responders, it seems to be what you're looking for.

For 2, you will have to make it manually. See this article.

0

精彩评论

暂无评论...
验证码 换一张
取 消