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:

enter image description here

when running against ios 7 looks , works fine:

enter image description here

but against ios 6 looks uiimageview being pushed down amount, height of nav bar:

enter image description here

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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -