ios9.1 Questions

6

Solved

There's no space in Xcode 7.1's app icon asset catalog for the iPad Pro's 167x167 app icon... aren't asset catalogs the current best practice for adding app icons? If not how are we supposed to add...
Cabbala asked 22/10, 2015 at 4:13

4

Solved

I'm trying to get a reference to my app delegate from a UIViewController but I keep getting an this error message: 'sharedApplication()' is unavailable: Use view controller based solutions where...
Basaltware asked 11/12, 2015 at 13:56

4

Solved

The new 9.1 simulator with Xcode 7.1 has the feature to simulate a force touch like the iPhone 6s / 6s+ but the option is greyed / disabled. iOS Simulator > Hardware > Force Touch Pressure [disab...
Apostrophe asked 24/10, 2015 at 12:41

3

I am using Contacts framework in an app. the thing I'm trying to do is categorize all the contacts by their containers. e.g. facebook contacts will be under the title "Facebook", google contacts un...
Randi asked 10/2, 2016 at 9:18

9

Solved

Recently I've been getting the error: "Could not find Developer Disk Image" I think this happens since I have updated iOS to 9.1 on the iPhone. How can I fix the problem and make Xcode support iOS...
Unrig asked 24/10, 2015 at 5:5

2

I embed all html in WKWebView, all works until I recognize that WKWebView cannot load a xml file on the local $.ajax({ type: "GET", url: "tags.xml", dataType: "xml", cache: false, success: ...
Sweepback asked 19/10, 2015 at 9:51

4

I followed the Ray Wenderlich MapKit tutorial in swift: http://www.raywenderlich.com/90971/introduction-mapkit-swift-tutorial and when I created Artwork class I got the error written in the title. ...
Dorsy asked 4/11, 2015 at 14:41

2

Solved

I'm passing stored image and video files to: PHLivePhoto.requestLivePhotoWithResourceFileURLs and getting a PHLivePhoto object that I can display in PHLivePhotoView. But I am wondering, once I have...
Switzer asked 1/10, 2015 at 18:0

5

iPad Pro requires 167x167 App icon and 2732 x 2048 (landscape) launch image. But where should I put them? Xcode 7.1 Asset Catalogs don't provide any place to add iPad Pro specific icons or images. ...
Splice asked 30/9, 2015 at 21:8

2

Solved

I have added the latest Facebook SDK to my XCode 7.1 project written for iOS 9.1. Unfortunately all I know is Swift, not Objective C. Facebook's developer site documentation only has the documentat...
Mordent asked 2/11, 2015 at 15:45

4

I am following this doc for integrating realm in my iOS app. Realm static framework for iOS My problem is in step 3. I am unable to find libc++.dylib. I find a few other .tbd ones but none of th...
Polinski asked 2/10, 2015 at 18:59

2

We're getting an error on a certain few devices when trying to authorize with the HealthKit API. The call to [HKHealthStore requestAuthorizationToShareTypes:::] fails consistently with the followin...
Environment asked 25/11, 2015 at 18:7

3

Solved

I want to access camera in my app. I am trying the following code. if ([UIImagePickerController isSourceTypeAvailable: UIImagePickerControllerSourceTypeCamera]) { UIImagePickerController *picke...
Savona asked 14/12, 2015 at 6:23

2

Solved

When I try to run my app on my phone I get an error that reads "Could not find Developer Disk Image". At the top of Xcode it says my phone name with (Unavailable) after it.
Amin asked 27/10, 2015 at 13:42

1

I wanted to use Instruments Version 7.1 (7B91b) to analysis my app. But when I launch the Allocations Instruments, the record button is disabled.I have connected my iPhone device(iPhone 6 plus with...
Portable asked 16/11, 2015 at 1:22

2

Solved

What is the latest version of simulator that is available? How can I install iOS 9.1 simulator into my Mac? The below screenshot shows that iOS 9.0 simulator is the recent one.
Starflower asked 16/11, 2015 at 14:48

1

Solved

There is NO UISearchController in IB, only the UISearchDisplayController; where do I find docs on creating it?
Flatus asked 14/11, 2015 at 17:42

2

In the following example, I am presenting a UIViewController that has a UIStackViewController as its child: UIViewController *splitViewParentVC = UIViewController.new; UIViewController *masterVC ...
Wittie asked 21/10, 2015 at 23:44

1

I have a ViewController with a hierarchy as follows: UIViewController UIView UIScrollView UIView UIImageView UILabel The layout is such that the UIScrollView fills the screen. There...
Ethelind asked 5/11, 2015 at 6:41

2

Solved

I am recording video using my application for 4-5 minutes, each time application shows following message in console and crashes. warning: could not load any Objective-C class information from t...
Funky asked 2/11, 2015 at 11:28

0

I am woking on iOS app. I need to play video in Portrait and Landscape mode. I have implemented AVPlayerViewController to play video. I have implemented video is finish then pop to previous screen...
Ebneter asked 29/10, 2015 at 12:21

1

Solved

In Xcode 7.1 beta 1 only the usual compact and regular size classes are available—in Interface Builder and in code. Will there be new size classes coming for the iPad Pro? It would also be interes...
Iconostasis asked 14/9, 2015 at 13:20
1

© 2022 - 2024 — McMap. All rights reserved.