Top "Ios9" questions

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

How to play mp3 audio from URL in ios swift

I am getting mp3 url as a response of api calling. I want to play that audio, so how can …

ios swift swift2 ios9 avaudioplayer
How to delete app Build in New iTunes Connect Site?

I want to upload my app's new version on iTunes connect, but I can't submit it as I mention here. …

ios iphone ios9 app-store-connect itunes
"Application windows are expected to have a root view controller at the end of application launch" error when running a project with Xcode 7, iOS 9

After running function - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions there is a crash: Assertion failure in -[UIApplication _…

xcode7 ios9
Timer.scheduledTimer Swift 3 pre-iOS 10 compatibility

I need to schedule a Timer for firing a function every second but I see that in Xcode 8 beta 3 the …

ios swift ios9 ios10 xcode8-beta3
What is causing this: Cannot jump from switch statement to this case label

This is a switch statement that I am getting errors on: switch (transaction.transactionState) { case SKPaymentTransactionStatePurchasing: // show wait view here …

objective-c switch-statement ios9
iOS 9 Splash screen is black

My apps' splash screens are all plain black after upgrading to iOS9. Does anybody know why this is? Some of …

ios xcode splash-screen ios9 xcode7
Native Facebook app does not open with Facebook login in iOS 9

I have updated iPhone 6 plus to iOS 9 beta and trying to perform Facebook login but each time its presenting UIWebView …

ios objective-c facebook ios9 facebook-login
What's the height of a UITabBar on iOS 8, iOS 9, iOS 10, and iOS 11?

The height of the UITabBar seems to have changed between iOS 7 and 8/9/10/11. I'm posting this question for others to easily …

ios cocoa-touch ios8 uitabbar ios9
UITextView with hyperlink text

With a non-editable UITextView, I would like to embed text like this in iOS9+: Just click here to register I …

swift interface-builder ios9 xcode8