599 questions
Simple UITextView on the storyboard.import UIKitclassViewController:UIViewController, UITextViewDelegate{ @IBOutlet weak var hogeTextView: UITextView! override func viewDidLoad(){ super.viewDidLoad()...
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?
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...
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...
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...
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...
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...
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...
I use ContentView in my reference book, but when I go through it, I see only ViewController articles.What is the difference between these?
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...
« | - 21 - | » |
577 PHP ssh2_scp_send fails to send files as intended
567 Who developed the "avformat-59.dll" that comes with FFmpeg?
885 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
606 Uncaught (inpromise) Error on Electron: An object could not be cloned
567 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.