Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 UITableview 子类。
我需要使用自定义滚动视图,即“TPKeyboardAvoidingScrollView”,它在编辑文本字段时用于向上的文本字段。
如何以编程方式将自定义滚动视图应用于 tableView。
你为什么不让你的表格视图成为一个子类TPKeyboardAvoidingTableView而不是UITableView?
TPKeyboardAvoidingTableView
UITableView