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,它在一个部分中有很多行。当我向下滚动到底行并单击按钮添加子视图时,我的子视图将显示在屏幕底部而不是从顶部显示,谁能帮我解决这个问题
我认为你需要澄清你的问题:
您是在询问向 UITableView 添加行还是向 UITableRow 添加子视图?如果要添加新行,则需要插入一行,更新数据源并重新加载表。
您不能也不应该向 UITableView 添加子视图。它不是那样工作的。
查看文档:
UITableView 文档