How to scroll the UITableviewcell scroll up when the keyboard appears?

Yuvaraj.M picture Yuvaraj.M · Dec 1, 2011 · Viewed 19.6k times · Source

Possible Duplicate:
Table View scroll when text field begin editing iphone

I have loaded many UITextFields in UITableview. Maximum i have 15 UITextFields in UITableView cells. I want to move(Scroll) up the the Cell when the Keyboard/UIActionSheet(UIPickerView) appears. Please suggest/guide me any sample code to solve this problem. Thanks in advance.

Answer

Rahul Sharma picture Rahul Sharma · Dec 1, 2011

You can use the sample code to take some hint.

https://github.com/michaeltyson/TPKeyboardAvoiding

I have used it in my projects as well.Hope it helps