Okay guys,
This is a weird one.
I have an iOS 5.1 iPhone application; Navigation based.
It works fine on the iOS 5.1 iPhone and iPad, and on the iOS 5.1 iPhone and iPad simulators.
Works fine on iOS 6 iPhone simulator.
On both the iOS 6 iPad and iOS 6 iPad simulator it does not work until you change the zoom level.
The UI comes up, but the buttons are not clickable. Changing the zoom makes everything work.
Any ideas?
I've had the same problem with a piece of production code, managed to get around it using the same workaround given in the blog posted by Jeffrey
http://programmingthomas.wordpress.com/2012/10/08/keep-calm-v1-1-ios-6-ipad-bug/
You have to set the bound size for ipad [self.view setBounds: CGRectMake(0f, 0.0f, 768.0f, 1024.0)];
Related
Xcode Version 6.3.2 (6D2105)
IOS 8.0
I have a screen with 3 buttons
One at the Center, one above and one below.
The screen looks ok in iphone4 and iPhone 6.
But it looks differentt in iPhone 5.
I am using same constrains for all devices.
I checked this on simulator. I don’t’ know is there any
problem with simulator or am i doing something wrong.
The screen shots are attached.
Using phone gap for iPhone App. The button(s) on the top bar of my App do not work when a device has iOS Version 5.1.1. Works perfectly well on later versions as well as the simulator on 5.1.1.
Pushing these buttons has no effect at all. All of the other buttons throughout the App work fine on 5.1.1 as long as they are not on the top bar.
Any ideas on the reason for the bug or a potential fix?
Hey i am developing an app for iphone5 (4 inch screen) everything works fine but when i run my app on iOS 5.0 and rotate to landscape mode , keyboard does not fit entire screen ,
Adding a screenshot. it happens with all keyboard type.
Is there a way to deal with this bug at our end or it needs to be fixed by apple guys only.
I am running app on simulator, so if anybody have iphone 5 with ios 5.0 installed , please check, Does that issue persists on device also ?
How to integrate iAd into my iPad App? Is there a way or is it working only on iPhone with iOS4?
As iAd is a feature of iOS 4, and the iPad currently only runs iOS 3.2, you cannot yet use iAd on the iPad. You'll have to wait till Apple releases iOS 4(.1) for iPad, presumably in November, as #programatique mentioned.
It appears its not working on the iPad yet
http://www.appleinsider.com/articles/10/06/28/iad_report_apples_ios_4_will_reach_ipad_in_november.html
i've installed new sdk 3.2 pre-release wich have iPad simulator, i have tried to launch an iPhone app created by me in iPad simulator; the main view of this app has an image as background; when launch it on iPad simulator this background(self.background = [[UImage..... ) it comes inverted, from top to bottom.
Any idea??
thanks in advance....:)
This was an early bug in the SDK, which was fixed somewhere around Beta 3.