【问题标题】:iPhone Mail app "Load More Messages..."iPhone 邮件应用程序“加载更多邮件...”
【发布时间】:2010-12-09 09:07:19
【问题描述】:

在tableview(电子邮件列表)的底部,有一个名为“Load More Messages...”的按钮(?),是在tableview单元格中创建的按钮还是作为footerview的一部分创建的按钮的表视图。无论哪种方式,我怎么能在我的表格视图中做类似的事情?

【问题讨论】:

    标签: iphone email uitableview button


    【解决方案1】:

    只需在 tableFooterView 中使用 Button

    self.tableView.tableFooterView = yourButtonView;
    self.tableView.tableFooterView.userInteractionEnabled = YES;
    

    【讨论】:

      【解决方案2】:

      您可以使用第二个部分,只使用一个单元格。

      【讨论】:

        猜你喜欢
        • 2011-08-24
        • 2010-09-19
        • 2011-07-08
        • 1970-01-01
        • 2010-12-02
        • 2011-08-28
        • 2012-09-12
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多