How to apply UItableView with Custom ScrollView

208 Views Asked by At

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.

1

There are 1 best solutions below

0
Timothy Moose On BEST ANSWER

Why don't you make your table view a subclass of TPKeyboardAvoidingTableView instead of UITableView?