xcode tag

271 questions


1 answers
45 views
0
Realm Browser Cannot Open Default.realm

When I used RealmBrowser to specify the appropriate default.realm, the following message dialog was displayed, and I could not see the contents when I went ahead.'default' could not be opened. It may ...

2 years ago

1 answers
39 views
0
Learn how to enable graphing with swift

I'm a beginner and I'm learning swift from grammar.You have learned the basic syntax in your textbook.Currently apps with Calendar and Graph functions are available.We make it by trial and error.I wou...

2 years ago

2 answers
124 views
0
Xcode 6.4 Swift To use Storyboard only on certain pages

Currently, Xcode 6.4 Swift does not use Storyboard, but only uses code to create apps.However, I would like to use Storyboard only for that page because it is difficult to write only with the code bec...

2 years ago

1 answers
44 views
0
How Swift Gets the Name of MacOS Network Environment

Swift is creating an app that runs on macOS.I would like to obtain the name of the currently selected Network Environment, which is the red border part shown in the image 1.The SSID retrieval was succ...

2 years ago

1 answers
92 views
0
UserDefaults from Swift Other Screen

In Swift's UserDefaults Tab Controller Connected List and Post Post UserDefaults data does not appear on the list when it is re-launchedWhat should I do?Postimport UIKitimport Foundationclass PostVC:U...

2 years ago

1 answers
144 views
0
How to use CocoaPods with Swift

I would like to use AFNetwork installed with CocoaPods for Swift project. How do I set it up?

2 years ago

1 answers
47 views
0
I am creating an iPhone app with Xcode swift, but how do I implement an implicit Int on Android?

The flow is Place (notify, end) two select buttons when clearing the gameClick Finish to return to the main menuFor Notification buttons, Display the Application Selection screen and Copy to Clipboard...

2 years ago

1 answers
45 views
0
Switch command line tools on macOS

How do I switch command line tools on macOS?I have two command line tools installed in my environment.I would like to use it while switching between 1 and 2 below.If you look at the Command line tools...

2 years ago

1 answers
87 views
0
AVCaptureFileOutputRecordingDelegate in Xcode8

import UIKitimport AVKitimport AVFoundationimport AssetsLibraryvardocumentsPath = NSTemporaryDirectory()varfileName: String?=classVideoDelegate:NSObject, AVCaptureFileOutputRecordingDelegate{ func cap...

2 years ago

2 answers
111 views
0
I would like to insert an image of the splash screen with xcode.

What you want to doI would like to insert a splash screen image with xcode.ProblemHowever, launch images source is not found.What should I do?launch images source is not displayedView

2 years ago
« - 15 - »

© 2024 OneMinuteCode. All rights reserved.