I noticed my iPhone app does not behave the same between the iOS7 version and the previous iOS version. Of course there are the obvious difference (the styling), but i am talking about coded logic that depends on the status bar being visible or not.
In previous versions, when i calculate heights and vertical locations (for various layout/position purposes) i had to take the status bar (which has a height of 20 "pixels") into account. For example, since my app has the status displayed, i had to take into account 20 pixels (because Y-position of 0 was not the very top of the screen, but rather the 21st pixel location (below the status bar).
But now, in iOS7, it seems that this is no longer the case (Y-position of 0 is the top of the status bar).
I hope I'm explaining this clearly. And i hope somebody can direct me to better understanding what is going on here.