Perhaps the orientation is wrong? If the iPad is in portrait orientation, then then view size needs to be 768x1024. Or the view origin is wrong, probably should be (0,0).
Also note that the status bar on top of the screen takes up 20 pixels, so take that into consideration when sizing your view.
I am using sdk 3.2
Yeah, that sounds like the version I had trouble with.
Jut quickly created a ipad project in SDK 4 with a button that went from side to side and it looks like it's resolved.
Try building your app in SDK 4.0.
But its beta version na? Will it be create any problem when i installed?
But you can't submit apps built using SDK 4.0 beta.It's fine. You can select which SDK to build your applications in ie 4.0, 3.2, 3.1.3, etc
But you can't submit apps built using SDK 4.0 beta.
Well, when Apple says "iPhone SDK 4 beta cannot be used for submitting applications to the App Store", I'm gonna err on the side of caution and follow their advice.I'm pretty sure you can as long as the build is set to 3.1.3 or 3.2.
Well, when Apple says "iPhone SDK 4 beta cannot be used for submitting applications to the App Store", I'm gonna err on the side of caution and follow their advice.