Azam, this video is excellent. I've gone through it at least twice and I have learned so much. I'm also taking your course on Udemy and find that to be an exceptional value as well. You are a great teacher, keep it up! Thanks.
Thank you very much! I have achevied a lot through your wonderful course. It was a very long and painstaiking journey when I had been practicing meanwhile watching this video.
Somehow the onDelete() modifier doesn't work properly it only deletes the last element in the List but not the currently selected and idea why that is?
best realm and SwiftUI tutorial so far! excellent work! btw with the realm SwiftUI property wrappers " try realm" is not really needed except for updates or upserts, is that correct?
I'm currently working on an app that saves data in struct format, inside an array. Do you think that will still work with the way you've shown realm? Currently I can index into the an element of the array, which is a struct with properties and an array of Dates, Amounts etc. and access the elements in these arrays.
It looks like this as a structure currently, I was hoping not to have to re-write the structure too much. @Published var exercises: [Exercise] = [ Exercise(id: 0, name: "Major Scale", bpms: [], dates: [], image: "testImage"), Exercise(id: 1, name: "Natural Minor Scale", bpms: [], dates: [], image: "testImage"), ... so on ]
Azam, this video is excellent. I've gone through it at least twice and I have learned so much. I'm also taking your course on Udemy and find that to be an exceptional value as well. You are a great teacher, keep it up! Thanks.
Thank you!
Thank you very much! I have achevied a lot through your wonderful course. It was a very long and painstaiking journey when I had been practicing meanwhile watching this video.
Somehow the onDelete() modifier doesn't work properly it only deletes the last element in the List but not the currently selected and idea why that is?
Thanks you saved a lot of time in searching good information 🎉❤
Can you please make a video covering how to upload files (from file picker) to an api using URL session or even Alamo fire in SwiftUI?
Absolute Gold My Friend...
best realm and SwiftUI tutorial so far! excellent work! btw with the realm SwiftUI property wrappers " try realm" is not really needed except for updates or upserts, is that correct?
Great teacher
Thanks! It's realy good tutorial!
Does this tutorial cover pagination
What would be the best way to mock up the data to get a nice preview (canvas)?
So helpful!
I have no such default.realm file when I open the link that is printed, do u have any clue why so ?
I'm currently working on an app that saves data in struct format, inside an array. Do you think that will still work with the way you've shown realm? Currently I can index into the an element of the array, which is a struct with properties and an array of Dates, Amounts etc. and access the elements in these arrays.
It looks like this as a structure currently, I was hoping not to have to re-write the structure too much.
@Published var exercises: [Exercise] = [
Exercise(id: 0, name: "Major Scale", bpms: [], dates: [], image: "testImage"),
Exercise(id: 1, name: "Natural Minor Scale", bpms: [], dates: [], image: "testImage"),
... so on ]