Top "Ios9" questions

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

3D Touch Home Shortcuts In Obj-C

All of my apps are currently written in Obj-C. The link https://developer.apple.com/library/content/samplecode/ApplicationShortcuts/Introduction/…

ios objective-c swift ios9 3dtouch
iPad Pro launch image and App icon

iPad Pro requires 167x167 App icon and 2732 x 2048 (landscape) launch image. But where should I put them? Xcode 7.1 Asset Catalogs …

xcode ipad ios9 ios9.1 xcode7.1
Testing UIWebView with Xcode UI Testing

I'm using new Xcode UI Testing from XCTest Framework with the Xcode 7 GM. I've got an app with simple UIWebView (…

uiwebview ios9 xctest xcode-ui-testing
Remove border in each table cell in swift

I would like to remove border bottom line of each Question table rows. Another thing is that I would like …

swift uitableview ios9 tablecell
Testing 3D touch with iOS Simulator

Questions: I was wondering if anyone has tried 3D touch feature on a simulator or rather anyone know whether it …

ios iphone ios-simulator ios9 3dtouch
Is there an example code for corespotlight search feature - iOS 9 API?

Is there an example code for corespotlight search feature - iOS 9 API? Really appreciate if can look at sample code …

objective-c xcode7 ios9 corespotlight
NSURLErrorDomain Code=-1004 for few seconds after app start up

I'm getting "NSURLErrorDomain Code=-1004" error with Alamofire API calls, but only for few seconds after app started (or took …

ios ios9 afnetworking alamofire
Cannot convert value of type '[String : String?]' to expected argument type '[NSObject : AnyObject]?'

When I use Parse 1.8.5 to upload data to Parse, this cloud code has compile error in "params" that I cannot …

swift parse-platform ios9 nsobject
xcode 7.1 for iOS 9 missing libc++.dylib required for Objective C Realm Static Framework

I am following this doc for integrating realm in my iOS app. Realm static framework for iOS My problem is …

ios objective-c xcode ios9 ios9.1
UITableViewAutomaticDimension not working on iOS 8

I was following this tutorial to make self sizing cells. I registered custom cell into table view and in the …

swift ios8 ios9 uicollectionviewcell uitableviewautomaticdimension