美文网首页
iOS MJRefresh上拉加载自动回弹在最底部

iOS MJRefresh上拉加载自动回弹在最底部

作者: iOS门三闫 | 来源:发表于2021-03-24 17:41 被阅读0次

    self.tableView.tableFooterView=[[UIView alloc]init];

    self.tableView.mj_footer=[MJRefreshBackNormalFooter footerWithRefreshingTarget:selfrefreshingAction:@selector(tableviewFooterAction)];

    相关文章

      网友评论

          本文标题:iOS MJRefresh上拉加载自动回弹在最底部

          本文链接:https://www.haomeiwen.com/subject/kcvhhltx.html