Unfortunately, my application's header is being overlapped by the new iOS7 status bar while the navigation buttons are partially covered. The design looks flawless in iOS6, and I am hesitant to simply add margin/padding for iOS7 as it will compromise the appearance on the previous version.
Is there a seamless solution or an exclusive selector that can ensure compatibility with both systems?
My Attempts:
I have attempted to resolve the issue on iOS7 by adjusting the header margins (formatted with jQueryMobile), but this adjustment negatively impacts the display in iOS6. I believe there must be another workaround that I am overlooking, although my research efforts on Google have not yet yielded a solution.
Thank you in advance for any assistance provided.