views:

54

answers:

0

If you have some UITextField into a UIScrollView, each time an UITextField becomes the first responder, UIScrollView automatically scrolls to show the field if it is under the keyboard.

Why can't do this when the responder is another responder that can be first responders instead of an UITextField? Have I to subclass each UIResponder that I want to be scrolled? ¿Or there is no chance and I have to make the scroll programatically?