Top "Ios9" questions

iOS 9 is the ninth version of Apple's iOS mobile operating system.

Xcode 7 iOS 9 UITableViewCell Separator Inset issue

This is not a question, rather a solution to the problem I faced. In Xcode 7, when the application is run …

objective-c uitableview xcode7 ios9
Xcode7 | Xcode UI Tests | How to handle location service alert?

I am writing UI Test Cases for one one of my app using the XCUIApplication, XCUIElement and XCUIElementQuery introduced in …

xcode xctest ios9 xcode7-beta4 xcode-ui-testing
Apple-app-site-association is not working

I have implemented apple-app-site-association for deep linking with my iOS app. I have created the .JSON file without extension and …

swift ios9 ios-universal-links
continueUserActivity not called from search closed app

I am trying to use core spotlight to open a view controller from the spotlight search results. - (BOOL)application:(…

ios xcode ios9 user-activity corespotlight
iOS9 ATS: what about HTML5 based apps?

According to the documentation from https://developer.apple.com/library/content/releasenotes/General/WhatsNewIniOS/Articles/iOS9.html#//apple_ref/doc/…

cordova https sencha-touch ios9
Hiding Cancel button on search bar in UISearchController

I'm trying to hide the Cancel button of the search bar in the UISearchController, but unfortunately setting the following in …

ios swift ios9 uisearchcontroller
iOS9 storyboard what is unhandled action (handleNonLaunchSpecificActions)?

I've noticed the following error popping up in the console when running my app on iOS 9 when using a storyboard. …

error-handling uistoryboard ios9 xcode7 transition-coordinator
How to fix window.location issue in iOS9 UIWebview

Since iOS9 release, my web app does not work anymore. The application uses a url hash based navigation and route …

uiwebview ios9 window.location hashchange
Error: _handleNonLaunchSpecificActions in iOS9

I am getting the following error on iOS 9: -[UIApplication_handleNonLaunchSpecificActions: forScene: withTransitionContext: completion:] unhandled action -> <FBSSceneSnapshotAction: 0…

ios objective-c xcode ios9
How to reliably detect if an external keyboard is connected on iOS 9?

Previous to iOS 9, the most reliable method of determining whether an external keyboard is connected was to listen for UIKeyboardWillShowNotification …

ios objective-c keyboard ios9