문제

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?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top