King
Results
1
issues of
King
当 `Tabbleview` 在 `PlainStyle` 下,并且设置了 `SectionHeader`,这时用 MJRefreshBackNormalFooter 上拉,结束刷新时会跳动 MJTableViewController.m 增加以下代码,用example18 刷新 ```objc - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section { return 100; } - (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section { return @"会跳动的 Header"; }...
enhancement