0

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.

Vineesh TP
  • 7,755
  • 12
  • 66
  • 130

1 Answers1

2

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

Timothy Moose
  • 9,895
  • 3
  • 33
  • 44