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.
我只想在 headerview 的右侧添加一个按钮。我不想创建一个新的标题视图。我们如何在现有的标题视图中添加按钮?
您可以通过以下代码访问表格的标题视图。
UIView *headerView = self.tableView.tableHeaderView;
您可以在此视图中添加一个按钮。