I'm struggling with an issue using constraints under XCode 5.
I am building my app for iOS7 while trying to keep iOS6 UI compatibility.
I am currently facing one UI issue using Interface Builder.
I have a table view that adjusts according to the height of the superview using the constraints (set in Interface Builder).
It works perfectly under iOS7.1 portrait and landscape orientation.
My issue is that running on iOS 6.1, the views shrinks/enlarges depending of the superview height, BUT it goes 20pixels more on the bottom. It clearly is because of the status bar.
It doesn't make sense to me , since the autolayout should take care of this , right ?
I've tried to look for solutions here obviously, but i always find ways to go from iOS6 to iOS7 while preventing the view from showing under the status bar. It doesn't quite apply to my issue.
Any help on how I could/should solve this problem ?
Thx