Top "Ios9" questions

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

iOS 9 status bar meta tag and startup image links not working

Since updating my iPhone 5s to the iOS 9 beta trial, I have found that the status bar styling meta tag, …

ios iphone meta-tags iphone-standalone-web-app ios9
Submitting App from building in Xcode 6.4

I previously built my app in an Xcode 7 beta as my testing device is an iOS 9.0 device. I recently deleted …

objective-c app-store-connect ios9 xcode7 xcode6.4
iOS: Dynamic Height For UITableViewCell

I'm using iOS9 XCode7 I need to change the height of cell Dynamically according to labelText Height I have used: …

objective-c uitableview ios9 uitableviewautomaticdimension
iOS Contacts How to Fetch contact by phone Number

I just want to get contact given name and family name by phone number. I tried this but this is …

ios swift ios9 contacts
Launching with UIApplicationShortcutItem

I'm implementing some 3D touch quick actions for my iOS 9 app in swift, and I have a curious issue. When …

ios swift ios9 3dtouch
iOS 9 app download from Amazon S3 SSL error: TLS 1.2 support

I get An SSL error has occurred and a secure connection to the server cannot be made. on iOS 9 if …

ssl ios9 tls1.2
UIAlertController:supportedInterfaceOrientations was invoked recursively

When two alert present one by one, i means one alert present and over them another alert presenting and app …

objective-c ios9 xcode7 uialertcontroller xcode7-beta3
ios 9 iphone 6S Play Haptic feedback or vibrate

After user does force touch, I want to vibrate phone just like default behaviour. Is it haptic? If so, how …

ios9 3dtouch
Xcode 7 what is the view "semantic" storyboard setting?

I see that iOS9 and xCode7 introduced a new field called "semantic" into storyboard config. A google search did not …

uiview storyboard semantics ios9 xcode7
SFSafariViewController Remove OAuth2 Cookie

I have an iOS application that authenticates with Uber API using OAuth2 in a UIWebView. When upgrading to iOS 9, I …

ios oauth ios9 uber-api