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.
Copyright © 2021 Jogjafile Inc.
Why don't you make your table view a subclass of
TPKeyboardAvoidingTableViewinstead ofUITableView?