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

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

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

你可能感兴趣的:(iOS MJRefresh上拉加载自动回弹在最底部)