Top "Ios8" questions

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

Setting device orientation in Swift iOS

I am working on a swift app for iPhone. There is a modal view in my application that I want …

swift ios8 rotation
Xcode iOS 8 Keyboard types not supported

I have a UITextField Ctrl-dragged as an @Outlet in my .swift class. Now in viewDidLoad i'm using this code self.…

ios xcode keyboard swift ios8
Document directory path of Xcode Device Simulator

In iOS 7, the document directory of the iOS simulators can be found in: /Users/Sabo/Library/Application Support/iPhone Simulator/ …

ios ios8 ios-simulator
How to Migrate to WKWebView?

I'm trying to understand how to make use of the new WKWebView in iOS8, can't find much information. I've read: …

uiwebview ios8 wkwebview
What's the difference between all the Selection Segues?

Show Show Detail Present Modally Popover presentation Custom What is the difference between them? I couldn't find any documentation on …

ios ios8 xcode6 segue
registerForRemoteNotificationTypes: is not supported in iOS 8.0 and later

When trying to register for push notifications under iOS 8.x: application.registerForRemoteNotificationTypes(UIRemoteNotificationType.Alert | UIRemoteNotificationType.Badge | UIRemoteNotificationType.Sound) I get …

objective-c ios8 apple-push-notifications dyld
How to enable native resolution for apps on iPhone 6 and 6 Plus?

Xcode 6 GM now includes simulators for iPhone 6 and 6 Plus, and by default they run apps in a scaled mode. To …

ios ios8 ios-simulator xcode6 iphone-6
Automatic Preferred Max Layout Width is not available on iOS versions prior to 8.0

I opened an existing iOS project with Xcode6 beta6, and Xcode lists the following warning for both Storyboard and Xib …

ios autolayout ios8 xcode6
Xcode 6 - How to pick signing certificate/provisioning profile for Ad-Hoc distribution?

To distribute the app to our testers we use Xcode, which we do using the following process: Archive application Distribute …

ios ios8 xcode6
Determine if the access to photo library is set or not - PHPhotoLibrary

With the new functionality in iOS 8, if you are using a camera in the app, it will ask for permission …

ios ios8 phphotolibrary