Top "Ios9" questions

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

Set the application badge number in ios 9

I'd used [UIApplication sharedApplication].applicationIconBadgeNumber = 5; for setting application badge number. It's not working in ios 9 alone. Can anyone suggest why? …

ios ios9 badge
changing property contentsGravity in transform-only layer, will have no effect

I started to create a very simple tic-tac-toe game. The main goal is to make the view proportional to all …

ios xcode ios9 xcode7 uistackview
NSURLConnection deprecated in iOS9

I want to download a file with a NSURLRequest and save it but in the line with the NSData * data = ... …

ios nsurlconnection nsurlsession ios9
iOS 9 Facebook login simulator -canOpenURL: failed for URL: "fbauth2:///" - error: "(null)"

I've updated to Xcode 7 and the latest iOS SDK. I've added the appropriate entries in my app's plist: My app's …

ios facebook facebook-ios-sdk ios9 app-transport-security
UIStackView before iOS 9.0

I recently upgraded XCode to the latest Version 7.0 beta 3 (7A152u). I am using Swift for building an iPhone app …

ios xcode ios9
canOpenURL failing for system-wide URL schemes

I'm running iOS 9b5. In my app, if a device can make a phone call, I want to color the …

ios objective-c ios9 uiapplication
UIApplication.sharedApplication().setStatusBarStyle() deprecated in iOS 9

I have been using UIApplication.sharedApplication().setStatusBarStyle() In my appDelegate and it has worked fine, but since iOS 9, this method …

ios xcode swift statusbar ios9
CGContextSaveGState: invalid context 0x0 (Xcode 7 GM)

I have this problem after I compiled my code with Xcode 7 GM. According to Apple this is a bug, but …

xcode ios9 xcode7 suppress-warnings
xcodebuild -exportArchive: exportOptionsPlist error for key 'method': expected one of {}

I'm using command line xcodebuild tool to export ad-hoc distribution ipa file out of my archive like this: xcodebuild -exportArchive …

ios xcode ios9 xcode7 xcodebuild
UIStackView "Unable to simultaneously satisfy constraints" on "squished" hidden views

When my UIStackView "rows" are squished, they throw AutoLayout warnings. However, they display fine and nothing else is wrong besides …

ios autolayout uikit ios9 uistackview