Top "Ios8" questions

iOS 8 is the eighth version of Apple's iOS mobile operating system.

Unable to run app in Simulator: Xcode beta 6 iOS 8

I am unable to launch my app on simulator using Xcode 6 beta and iPhone 5s simulator. First I am getting …

ios xcode swift ios8
Is [UIScreen mainScreen].bounds.size becoming orientation-dependent in iOS8?

I ran the following code in both iOS 7 and iOS 8: UIInterfaceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation]; BOOL landscape = (orientation == UIInterfaceOrientationLandscapeLeft || orientation == …

ios ios8 orientation uiinterfaceorientation uiscreen
Remote Notification iOS 8

How can I get the Device Token for remote notification in iOS 8? I used the method didRegisterForRemoteNotificationsWithDeviceToken in AppDelegate in …

objective-c ios8 apple-push-notifications
How do I create launch images for iPhone 6 / 6 Plus Landscape Only Apps?

I've got an existing landscape only app that I'm trying to add iPhone 6 / iPhone 6 Plus support for. When I was …

ios iphone ios8 iphone-6
Iframe scrolling iOS 8

I have an iframe and i need it to have a scrolling overflow. it seems work out in desktop, i …

iframe scroll overflow ios8
WKWebView not loading local files under iOS 8

For previous iOS 8 betas, load a local web app (in Bundle) and it works fine for both UIWebView and WKWebView, …

ios swift ios8 wkwebview
What is an "unwrapped value" in Swift?

I'm learning Swift for iOS 8 / OSX 10.10 by following this tutorial, and the term "unwrapped value" is used several times, as …

ios swift ios8
Hide Status Bar In iOS 8 app

I have tried [[UIApplication sharedApplication] setStatusBarHidden:YES]; This does nothing. And I have looked in my Info.plist file for "…

objective-c ios8 statusbar
-webkit-overflow-scrolling: touch; breaks in Apple's iOS8

I'm working on a web app that uses -webkit-overflow-scrolling:touch in several places to give the overflown divs inertia scrolling. …

scroll ios8 webkit overflow
Presenting camera permission dialog in iOS 8

When my app tries to access the camera for the first time on iOS 8, the user is presented with a …

ios permissions camera ios8 ios-permissions