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.
ヘッダービューの右側にボタンを追加したいだけです。新しいヘッダービューを作成したくありません。既存のヘッダー ビュー内にボタンを追加するにはどうすればよいですか?
You can access the header view of the table by the following code.
UIView *headerView = self.tableView.tableHeaderView;
And you can add a button to this view.