Xcode 9.2 is the release of Xcode Tool. Xcode is the complete developer toolset used to create apps for Apple TV, Apple Watch, iPad, iPhone, and Mac. The Xcode development environment bundles the Instruments analysis tool, Simulator, and the OS frameworks in the form of tvOS SDKs, watchOS SDKs, iOS SDKs, and macOS SDKs.
Questions tagged [xcode9.2]
206 questions
0
votes
1 answer
Horizontal Slide-in Menu
I'm quite new to iOS/Swift development and I'm trying to implement a horizontal slide-in menu (for user settings).
I've managed to make it work, the problem I'm facing is, the menu is sliding from right-to-left but it should go the other way around…
0
votes
1 answer
UIImageView: How to show scaled image?
I'm new to iOS app development and I begun to learn from this great tutorial:
Start Developing iOS Apps…

Francesco Piraneo G.
- 882
- 3
- 11
- 25
0
votes
1 answer
Perforce shelving a .strings file changes encoding
I am creating a .strings from a .nib file. That is I'm changing the .nib file to a localized string file on Xcode 9.2.
Now I'm getting the .strings file with all the strings as required and the layout according to the base .xib file.
The problem…

ShdwKnght333
- 300
- 4
- 23
0
votes
0 answers
Cannot apply constraints in storyboard
I am trying to apply constraints to my views for my app in Xmarin.iOS in the interface builder. But i cannot apply them fully in 4 directions hence it looks misplaced. I tried to do it avaible constraints but no luck . I am attaching screen shots.…

Annu
- 449
- 6
- 18
0
votes
1 answer
Why isn't my project name in the Source Control drop down menu?
I'm working with Xcode 9.2, and trying to put my project on GitHub. What can I do to make my project name appear in the Source Control drop down menu? I know it's supposed to be there for putting projects on GitHub and such. Thank you for your help…

Theodore.K
- 384
- 2
- 7
- 21
0
votes
1 answer
Segue show(push) not appearing on Objective C project
I'm trying to create a native navigation but in Apple developer guide says that I have to use show(push) for segue but in my project I only have 3 options
and in the segue documentation says that this 3 options are deprecated. I do not know if I…

D.Pacheco
- 520
- 6
- 24
0
votes
1 answer
iPhone X UITabBarButton misposition
I'm having an issue on iPhoneX using XCode9.2 but I have no issue running the app using XCode8.
From my findings are the UITabBar height is set at 49.
UITabBarButton height is 14 for iPhoneX but UITabBarButton is 49 for iPhone 6
Any ideas how to…

khheng
- 147
- 1
- 9
0
votes
0 answers
Migrating code from NSURLConnection to NSURLSession
I've have the below methods and NSURLConnection delegates in my project which is currently used for all the request and works fine. Now I'm trying to migrate it to NSURLSession but having issues. Below are both the codes
Original code using…

Francis F
- 3,157
- 3
- 41
- 79
0
votes
1 answer
What's the type of keys of a dictionary of dictionaries in the form of a plist?
Xcode 9.2 ;
Swift 4
I manually made a dictionary in the form of a plist. It is a dictionary of dictionaries as is shown in the next image:
Now I want to get the info from the plist, so I try to decode it. However, I'm forced to give the types of…

Luciano Falco
- 101
- 9
0
votes
1 answer
Trying to open gamescene in xcode 9.2 on vmware MAC High Sierra but xcode unexpectedlly shut down
I am trying to open Gamescene.sks file in Vmware HighSierra Mac but XCode unexpectedly closes. I have the solution for XCode 8. How to do for Xcode 9.2?

suraj
- 1
- 2
0
votes
1 answer
Instance method 'xyz()' nearly matches optional requirement 'xyz()' of protocol 'ABDelegate'
cannot override delegate functions,
didFinishLaunchingWithOptions and other functions related to app delegates are fine but when i tried to use application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:])…

Moosa Baloch
- 1,175
- 1
- 13
- 25
0
votes
1 answer
What's the difference between the library and applicationSupport directories?
xcode 9.2 ; swift 4
I want to persist some data for my ios app in the form of property lists. I don't want to use the Documents directory of the sandbox, since the user can manipulate it. I have two alternatives: the library directory and the…

Luciano Falco
- 101
- 9
0
votes
1 answer
Switch between WebView and NativeView with Swift
Problem Statement:
I have an a native app which has a G+ single sign-on.
When I click that button, it displays an alert - "application wants to use google.com to sign-in" along with 2 buttons "Continue" and "Cancel"
When I press "Continue" on the…

Malav Parekh
- 13
- 4
0
votes
0 answers
Terminating app due to uncaught exception 'NSInternalInconsistencyException
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UICollectionView received layout attributes for a cell with an index path that does not exist: {length = 2, path = 0 - 1}'
*** First throw call…

devang bhatt
- 460
- 2
- 15
0
votes
2 answers
UITableViewCell's contents disappear when app run in simulator
UITableViewCell shows up in Main.storyboard but doesn't show up in simulator.
I'm using Main.storyboard. In my simple experiment with Swift, I added a TableView, then put a UITableViewCell in it, and then I put an image and a label under the cell's…

Daniel Kurniadi
- 178
- 2
- 13