iOS使用MJRefresh上拉加载多次调用的问题
tableView.mj_footer = [MJRefreshAutoNormalFooter footerWithRefreshingBlock:^{
}];
将MJRefreshAutoNormalFooter改为MJRefreshBackNormalFooter即可。
tableView.mj_footer = [MJRefreshAutoNormalFooter footerWithRefreshingBlock:^{
}];
将MJRefreshAutoNormalFooter改为MJRefreshBackNormalFooter即可。
本文标题:iOS使用MJRefresh上拉加载多次调用的问题
本文链接:https://www.haomeiwen.com/subject/wdtitxtx.html
网友评论