swift tag

599 questions


1 answers
45 views
0
Why do you animate with the keyboard even though you didn't write the animation process?

Simple UITextView on the storyboard.import UIKitclassViewController:UIViewController, UITextViewDelegate{ @IBOutlet weak var hogeTextView: UITextView! override func viewDidLoad(){ super.viewDidLoad()...

2 years ago

1 answers
82 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
47 views
0
Change the audio data of m4a or wav recorded by voice on iOS app to videos such as mp4.

I would like to change the audio data of m4a or wav recorded by voice on iOS app to videos such as mp4 and share it on Twitter and Instagram. If you know how to convert it, please let me know.There is...

2 years ago

1 answers
64 views
0
Understanding How SwiftUI Saves Custom Objects to Firebase

Question detailsI'm studying how to save and retrieve data from SwiftUI to Firestore.I tried to save the custom object and write a test code to retrieve it, but I couldn't deal with the following erro...

2 years ago

1 answers
42 views
0
Swift Library PageMenu

I'd like to use the PageMenu in Swift's library.Could not load NIB in bundleThe error appears.I don't know how to use the pod, so I'll use it manually Download the PageMenu zip file on GitHub and depl...

2 years ago

1 answers
126 views
0
"Unverified" is not "verified" in production testing

Excuse me.I have installed and used Xcode 7.0 today.I registered my Apple ID and actually built HelloWorld because it is possible to test the actual machine for free.(The actual machine has my Apple I...

2 years ago

1 answers
85 views
0
I want to save scores for each stage in the game app.

Prerequisites/What you want to achieveI'm making a game app, and I want to save scores for each stage.There seems to be a lot of options like the following, but I would like to use NSUserDefaults if p...

2 years ago

2 answers
38 views
0
I want to set the TabBar badge from the event in Swift AppDelegate.

As you can see in the title, I want to set the badge in TabBarController's tabbar from the event in AppDelete, but I don't know how to browse TabBarController's tabbar.This may be a rudimentary questi...

2 years ago

1 answers
38 views
0
What is the difference between ViewController and ContentView?

I use ContentView in my reference book, but when I go through it, I see only ViewController articles.What is the difference between these?

2 years ago

1 answers
41 views
0
Designed to boot the screen saver without any operation for a certain period of time

I am developing an iPad app using swift on iOS.What you want to do is Start the screen saver without any operation for a certain period of timeHowever, how do you design Detect No Operations for a cer...

2 years ago
« - 21 - »

© 2024 OneMinuteCode. All rights reserved.