I have a UITableview subclass.
I need to use custom scrollview ie, 'TPKeyboardAvoidingScrollView' it is used for text fields up when edit the textField.
How can I apply custom scrollView to tableView programatically.
I have a UITableview subclass.
I need to use custom scrollview ie, 'TPKeyboardAvoidingScrollView' it is used for text fields up when edit the textField.
How can I apply custom scrollView to tableView programatically.
Why don't you make your table view a subclass of TPKeyboardAvoidingTableView
instead of UITableView
?