Skip to content

macRong/TablePlainSectionView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TablePlainSectionView

Importnew

实现UITableView Plain样式section headView和tableview的一起滑动,

在自定义HeadSectionView中重写setFrame方法:

- (void)setFrame:(CGRect)frame{
    CGRect sectionRect = [self.tableView rectForSection:self.section];
    CGRect newFrame = CGRectMake(CGRectGetMinX(frame), CGRectGetMinY(sectionRect), CGRectGetWidth(frame), CGRectGetHeight(frame)); [super setFrame:newFrame];
}

About

实现UITableView Plain样式section headView和tableview的一起滑动

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors