So, this app I'm working on consists of a main-screen with a tableview
Now, everything works fine on an iPhone simulator, but on the iPad simulator, the last couple of rows (and the right side of the screen), doesn't respond to touch. Sort of like an iPhone-sized screen is the only thing that can touch it, and it's from the top left corner to about the middle of the screen.
If I turn the app to landscape, the responsive-part of the screen is again from the top left corner (portrait-wise) to the middle, so only the right half of the screen is responsive. Sort of like there's an iPhone-sized touch-input area in the same spot, no matter the orientation.
Any ideas? I think I explained it correctly..
Also, the orientation command returns YES, so it is able to go landscape.
Now, everything works fine on an iPhone simulator, but on the iPad simulator, the last couple of rows (and the right side of the screen), doesn't respond to touch. Sort of like an iPhone-sized screen is the only thing that can touch it, and it's from the top left corner to about the middle of the screen.
If I turn the app to landscape, the responsive-part of the screen is again from the top left corner (portrait-wise) to the middle, so only the right half of the screen is responsive. Sort of like there's an iPhone-sized touch-input area in the same spot, no matter the orientation.
Any ideas? I think I explained it correctly..
Also, the orientation command returns YES, so it is able to go landscape.