xcode tag

271 questions


1 answers
69 views
0
I want to prevent SourceKitService from crashing.

SourceKitService crashed and I'm in trouble.Even if you think it's fixed, it crashes again soon.Is there a way to prevent it from crashing?

2 years ago

1 answers
76 views
0
I want to prevent SourceKitService from crashing.

SourceKitService crashed and I'm in trouble.Even if you think it's fixed, it crashes again soon.Is there a way to prevent it from crashing?

2 years ago

3 answers
84 views
0
Why does the iPad2 simulator work, but the iPad Retina and iPad Air don't work?

I'm a beginner in iOS development, but I'm trying to develop universal apps that work with iPhone and iPad without using storyboard.If you select iPhone and iPad2 in the simulator and start it, it wil...

2 years ago

3 answers
62 views
0
Why does the iPad2 simulator work, but the iPad Retina and iPad Air don't work?

I'm a beginner in iOS development, but I'm trying to develop universal apps that work with iPhone and iPad without using storyboard.If you select iPhone and iPad2 in the simulator and start it, it wil...

2 years ago

1 answers
85 views
0
shared development in swift

I'm thinking of sharing the development work at Swift.A: Screen 1-3 (created on storyboard) B: Screen 4-6 (created on storyboard) C: Screen 7-9 (created on storyboard) As shown in , we consider the st...

2 years ago

2 answers
100 views
0
To display the results on the console in Playground in Xcode 9.4

I saw some people asking similar questions, but I couldn't solve them in any way.Learn how to display the results of the print function on the console in Playground.On the Xcode Project side, the cons...

2 years ago

1 answers
83 views
0
Implementation of Twitter's iOS app profile screen

The whole is a UITableView, where tweets, tweets and replies are section, Below that, I expect UIContainerView to manage TableView.How do you ensure that TableView scrolls in UITableView do not interf...

2 years ago

1 answers
68 views
0
How to Add a List (Picker or TableView) to the UIAlertController

Hello I am developing an iOS app with Objective-c.I would like to display a pop-up dialog and add text input and UI to select items from the list.I was able to use the UIAlertController and use addTex...

2 years ago

1 answers
73 views
0
How to Persistent CLLocation Data

When I tried to save CLLocation data using UserDefaults, I got an error that UserDefaults does not support CLLocation.How do I save CLLocation data?

2 years ago

1 answers
122 views
0
Objective-C autolayout Questions

I tried to set ImageView as a child of ScrollView on the Objective-C storyboard and autolayout as ImageView, but it didn't apply properly no matter how much I tried, and the ImageView became strange (...

« - 9 - »

© 2024 OneMinuteCode. All rights reserved.