Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top