在tableview(电子邮件列表)的底部,有一个名为“Load More Messages ...”的按钮(?),是在tableview单元格中创建的按钮或作为footerview的一部分创建的按钮tableview。无论哪种方式,我怎么能在tableview中做类似的事情?
答案 0 :(得分:1)
只需在tableFooterView中使用Button
self.tableView.tableFooterView = yourButtonView;
self.tableView.tableFooterView.userInteractionEnabled = YES;
答案 1 :(得分:0)
只需一个单元格即可使用第二部分。