iOS 如何获取UITableview的某个header的高度 或者 某个section的frame

- (CGRect)rectForSection:(NSInteger)section;                                   

// includes header, footer and all rows

- (CGRect)rectForHeaderInSection:(NSInteger)section;

- (CGRect)rectForFooterInSection:(NSInteger)section;

- (CGRect)rectForRowAtIndexPath:(NSIndexPath *)indexPath;

猜你喜欢

转载自blog.csdn.net/allanGold/article/details/81477398
今日推荐