I have an iPad app which is for both iOS 4 and iOS 5.
The problem is that the space between sections of grouped tableview is more in iOS 5 as compared to iOS 4.
The same table looks different because of more spaces between sections of tableView in iOS 5.
I tried setting Footer and Header height to 1.0 but still it looks quite different.
Has this changed in iOS 5?
What could be wrong?
This is how it looks in iOS 5.

I am doing nothing programmatically through code. Everything is set from IB.
Thanks