隐藏无更多消息文案

This commit is contained in:
2026-01-28 15:32:56 +08:00
parent d8d5bdc3ae
commit 22f77d56ea
2 changed files with 59 additions and 0 deletions

View File

@@ -111,6 +111,12 @@ static const NSTimeInterval kTimestampInterval = 5 * 60; // 5 分钟
[strongSelf.tableView.mj_footer endRefreshing];
}
}];
// "已经全部加载完毕"
MJRefreshAutoNormalFooter *footer = (MJRefreshAutoNormalFooter *)self.tableView.mj_footer;
footer.stateLabel.hidden = YES; //
footer.refreshingBlock = footer.refreshingBlock; //
self.tableView.mj_footer.hidden = YES;
}