iCodeAnt

Results 6 comments of iCodeAnt

想用这个库,iOS11有什么bug?

UITableViewStylePlain 时,使用了,UITableView的 sectionHeader,header移动会有问题,,

@Roylee-ML 在你的工程文件 CustomTableView 里加入这些代码,就可以看到效果了,,求助啊。。。大神,UITableViewStyleGrouped时,第一个section 没有,其他都有。。。UITableViewStylePlain ,sectionheader 不会和tableview 一起上移。。。 ``` //self = [super initWithFrame:frame style:UITableViewStyleGrouped]; //self = [super initWithFrame:frame style:UITableViewStylePlain]; - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { return 4; } - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section...

@Roylee-ML 多谢大神,指点啊!!!UITableViewStyleGrouped 方式解决了!! 你说的宏是指 #define ST_PULLTOREFRESH_HEADER_HEIGHT xx 这个宏吗?