【发布时间】:2011-06-09 01:39:11
【问题描述】:
我将访问分组 uitableview 的特定部分,以在横向模式下更改其页脚高度。
如果我使用
self.tableView.sectionFooterHeight = 75.0;
在
-(void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)orientation duration:(NSTimeInterval)duration
所有部分的页脚高度都已更改,但我只想更改第一部分的页脚高度
【问题讨论】:
标签: iphone uitableview height landscape footer