Top "Ios9" questions

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

UIAlertController tint color defaults to blue on highlight

I'm use the following code to present a UIAlertController action sheet with the item text as red. I've used the …

ios objective-c ios9 uialertcontroller
Facebook Login - iOS 9 - Without Safari

It worked fine to login with logInWithReadPermissions in iOS 8, but as soon after the update to iOS 9 it keeps opening …

ios objective-c facebook ios9 xcode7
Black background on transparent UITabBar

I am trying to make a blurred background the UITabBar for my UITabViewController, and the idea is to have it …

ios uitabbarcontroller ios9
iOS 9 ... Are WebView(s) exempt from the App Transport Security Exceptions (ATS) rules that block insecure HTTP hosts?

In iOS 9, Apple is blocking insecure HTTP connections for apps, unless specific hosts are whitelisted. http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10…

ios uiwebview ios9 wkwebview app-transport-security
UIApplication.sharedApplication() is unavailable

I just upgraded from XCode 6.4 to Xcode 7 GM and get started to change the code to be compliant with Swift 2. …

swift2 ios9 xcode7 openurl
UIPopoverPresentationController should have a non-nil sourceView or barButtonItem set before the presentation occurs on iOS 9

I'm trying to show a popup using a custom UIPopoverPresentationController class. But it crashes with the error(<UIPopoverPresentationController: 0x7…

objective-c exception ios9 subclassing uipresentationcontroller
Screen zooms in when a Bootstrap modal is opened on iOS 9 Safari

When I open a Bootstrap 3 modal on iOS9 Safari, the screen zooms in. It is working as expected on the …

javascript css twitter-bootstrap-3 mobile-safari ios9
Xcode 7 - Code coverage data generation failed

When I run my tests I get an error: Code coverage data generation failed. Unable to retrieve the profile data …

ios xcode swift ios9
Specify location for ipa file in Xcode 7 Ad-Hoc release

UPDATE: This issue is still present in Xcode 7.1 beta 2. Looks like this will be here a while. I just updated …

ios9 ipa xcode7
What's the difference between a UIStackView And A UICollectionView in Xcode 7?

What's the difference between a UIHorizontalStackView and a Collection View(Also Vertical stackview)? Can't a collectionView be horizontal and vertical? …

swift user-interface uicollectionview ios9 uistackview