24 questions
Question detailsI am studying SwiftUI, and I am making a sample program to save the data in Firebase and do it again.I have a question about how to handle the data extracted from Firebase.While checki...
Currently, I am creating an application to display PDF data on swiftui.You cannot add text to the displayed PDF and print it.Add text to PDF data with PDFannnotation, write .document?.write(to:path!),...
I created TextField using UITextView.I would like to store the text written there in the Firestore.It is not stored in the normal way.Please let me know what I should do.// Multiple lines of TextField...
A filer like Numbers is ideal for the app I am currently developing.On Numbers, the file selection screen looks like the image below.Also, you can change the destination of automatic saving from the N...
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...
Question detailsWhen I tapped the views arranged using the ForEach syntax in SwiftUI, I wanted to move them so that only the tapped views change color, so I first created the following test code:I hav...
I am trying to use Picker to make a selection from Swiftui's Form.Currently, it is possible to select one, for example Type 01, but would it be possible to select more than one type 01, type 02?let Ty...
I have a question about Realm.I am currently developing an application using SwiftUI, but what should I do if I use the Realm file created by Realm Studio within the application?let realm=try!Realm()l...
The data is stored in the Firestore with the following data configuration:I would like to achieve the following transition.I think it's a transition that's likely to be used a lot, but I don't know ho...
I'm reading the Apple document, but I don't understand it.Documents class Weather { @Published variable temperature—Double init(temperature:Double) { self.temperature=temperature }}let weather = Weat...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.