I have something strange happening as I scroll through my App-
The App is a simple View based application, similar to a book, that loads a new view each time a user pushes a next and/or back button. There are 23 views. Oddly, the views seem to be moving a little bit down and to the side as I scroll through the app in the ipad simulator. The exposed edges are then either black, or seam to show part of an image from another view.
I've heard of this problem happening with Scrollview with paging enabled if there isn't some space programmed in between the "pages". But I'm NOT using scrollview. I created each view individually in Interface Builder AND each view has it's own view controller.
The only thing I can think of is that I DO have some views locked to Portrait or PortraitUpsideDown orientation and other views locked to LandscapeRight or Left. But I'm not sure how that would create this issue.
Any tips would be much appreciated!
Thank you!