1.
如果不注册组头view 那么[tableView headerViewForSection:next1];获取的结果为nil
2.
3.
4.
注意:通过组头在当前屏幕位置 做组头上按钮的出现与消失效果;
此效果即为当组头将要出现时位置在上面那么当前组头按钮出现,他下面的组头按钮消失(- (void)tableView:(UITableView *)tableView willDisplayHeaderView:(UIView *)view forSection:(NSInteger)section{);
当组头即将消失时候组头按钮消失,他下面的组头按钮出现(- (void)tableView:(UITableView *)tableView didEndDisplayingHeaderView:(UIView *)view forSection:(NSInteger)section{);