The new iOS7 status bar overlaps the header of my application, and the navigation buttons are partially covered. However, it looks beautiful in iOS6 and I refuse to just add a margin/padding for iOS7 and breaking the appearance for the previous version.
Is there any clean solution (something like an exclusive selector) that can make it work in both systems?
What have I tried?
As I said, I managed to solve it on iOS7 adding some extra margin to the header (altough formatted by jQueryMobile), but this changes also affect the view in iOS6. I'm sure there is some other trick that I'm missing, but google didn't give me the answer yet.
Thanks in advance.