I would access a particular section of a grouped uitableview for changing its footer height in landscape mode.
If I use
self.tableView.sectionFooterHeight = 75.0;
in
-(void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)orientation duration:(NSTimeInterval)duration
the footer height of all sections is changed, but I want a changing only in the first sections’s footer height
You must do that in
When you do the rotation do an reloadData on the tableView and in the
heightForFooterInSectiontest for the particular section and for theUIDeviceOrientationGood luck
Edit:
You get the device orientation