We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在引入CYLTableViewPlaceHolder之前,已经使用了MJRefresh
self.tableView.mj_footer = [MJRefreshAutoNormalFooter footerWithRefreshingBlock:^{ // when refreshing }];
self.tableView.mj_footer = [MJRefreshAutoNormalFooter footerWithRefreshingBlock:^{
// when refreshing
}];
工作正常。
按照READ.md的步骤引入CYLTableViewPlaceHolder之后,占位视图显示正常,但是MJRefresh的footer view却没有了。上面那个block还是触发了的,就是footer里的刷新的菊花和文案不见了。
不知道是我哪里用得不对,还是这是一个存在的问题需要解决?
The text was updated successfully, but these errors were encountered:
这个的确是一个问题,但是已经显示空白页,为什么还要显示 footer
Sorry, something went wrong.
No branches or pull requests
我在引入CYLTableViewPlaceHolder之前,已经使用了MJRefresh
self.tableView.mj_footer = [MJRefreshAutoNormalFooter footerWithRefreshingBlock:^{
// when refreshing
}];
工作正常。
按照READ.md的步骤引入CYLTableViewPlaceHolder之后,占位视图显示正常,但是MJRefresh的footer view却没有了。上面那个block还是触发了的,就是footer里的刷新的菊花和文案不见了。
不知道是我哪里用得不对,还是这是一个存在的问题需要解决?
The text was updated successfully, but these errors were encountered: