My apps contains various xibs, I am using Auto Layout to adjust view to support various devices. The problem is on iOS6 my views leaving 20 pixel distance for status bar, since this has changed in iOS7. I searched on net and came across approach that by adjusting delta we can overcome this issue, but this will not work when we use Auto Layout, and I do not want to change it through code so is there way to handle this issue using interface builder also?
Update: I am not using Storyboard either.
Thanks in advance!