"Overscroll" - viewing tables

I have this login form. This form is a grouped table view, where the application header is the table header and the others are the group / table footer.

The problem is the keyboard pops up hiding the login button. I am trying to compress a title when editing starts.

The problem is that this is not animated because you have to call [table refreshData] when the animation is over.

Is there a way to scroll the table view down "above the scroll"?

+3


source to share


1 answer


Since the table view is a subclass of scroll, you can change the insertion of the scroll and scroll bars. You just need to register as an observer with keyboard notification. Take a look here http://developer.apple.com/library/ios/documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/InputViews/InputViews.html under control keyboard



+2


source







All Articles