objective c - Why does my app look different when running against iOS 6 vs iOS 7? -
here have set in interface builder. guidelines show can put right inherited nav bar this:
when running against ios 7 looks , works fine:
but against ios 6 looks uiimageview being pushed down amount, height of nav bar:
why happening ios 6?
i think may have found answer...
my controls copy/pasted ios 6 project new ios 7/6 project. when add new fresh uiimageview project, performs expected.
lesson of day: don't copy/paste controls ios 7 project , expect them function properly.
Comments
Post a Comment