Do you find Fetch, Delete and Modify Data in SwiftUI hard after watching this CloudKit Tutorial? Comment below, if it changed your perspective so I know it helped.
Thanks Alex. The subject was explained very clearly and is a great way of having the user store any data and app settings to their own iCloud account. These tutorials for this new technology are fantastic Alex. Thanks again for all your hard work mate. ⭐️⭐️⭐️⭐️⭐️
Great content, thank you! How can I do the fetch part (in contentView) in Swift 5? I have never used SwiftUI. I don't need a list like in your example. I just need the result (newItem).
Hey Gary. SwiftUI 2 comes with some great improvements. I can show you the new way if you wish. Let's meet on a mentoring session: rebeloper.com/mentoring BTW do you like the Previews in SwiftUI? Find out everything you have to know about Previews here: ua-cam.com/video/rxfter_wMXI/v-deo.html
Question on Fetch. Do it query the iCloud dB for each line? I noticed that I would get a print for each line on list eg 3 item then 3 print. If so how would you only fetch the data once. As this might effect the number of requests you are allowed for an app
This is a really great and simple implementation for CloudKit, great work. Quick question because I'm actually using this and ran into an issue. How do you merge these fetched items without removing all from array and re-appending all incoming records?
I know it's memory intensive but for this quick example this is how I decided to be. If need further guidance contact me for a mentoring session at support@rebeloper.com
They are updating CloudKit to async await now. BTW Check out RevenueCat - The BEST Service for In-App Purchases 👉 ua-cam.com/video/WechH9jx41w/v-deo.html
Do you find Fetch, Delete and Modify Data in SwiftUI hard after watching this CloudKit Tutorial?
Comment below, if it changed your perspective so I know it helped.
Thanks Alex. The subject was explained very clearly and is a great way of having the user store any data and app settings to their own iCloud account. These tutorials for this new technology are fantastic Alex. Thanks again for all your hard work mate. ⭐️⭐️⭐️⭐️⭐️
You are welcome Steve! Glad you like them and you learn from them. Any suggestions for upcoming tutorials?
great ans simple solution. thanks!!!
Glad it helped! BTW let me show you how to write scalable code: ua-cam.com/video/kDrCpVRUC6M/v-deo.html
Very useful! Thank you!
You're welcome! BTW take a look at my lates video on *CORE DATA ATTRIBUTES IN SWIFT [Tips to be Fast]* : ua-cam.com/video/c2Qtn5ehHMQ/v-deo.html
Awesome! Thanks for this video! It saved me a lot of time! 👍🏽
You're welcome! BTW my newest video is getting viral. Check out Keychain Swift and Secure Enclave iOS here: ua-cam.com/video/E2Z8BBARlvs/v-deo.html
Great content, thank you! How can I do the fetch part (in contentView) in Swift 5? I have never used SwiftUI. I don't need a list like in your example. I just need the result (newItem).
Hey Gary. SwiftUI 2 comes with some great improvements. I can show you the new way if you wish. Let's meet on a mentoring session: rebeloper.com/mentoring
BTW do you like the Previews in SwiftUI? Find out everything you have to know about Previews here: ua-cam.com/video/rxfter_wMXI/v-deo.html
Question on Fetch. Do it query the iCloud dB for each line? I noticed that I would get a print for each line on list eg 3 item then 3 print. If so how would you only fetch the data once. As this might effect the number of requests you are allowed for an app
Hi Nigel! Don't really know. Have you found a solution yet?
BTW check out my new playlist: ua-cam.com/video/KBjS6eeZ1K8/v-deo.html
This is a really great and simple implementation for CloudKit, great work. Quick question because I'm actually using this and ran into an issue. How do you merge these fetched items without removing all from array and re-appending all incoming records?
I know it's memory intensive but for this quick example this is how I decided to be. If need further guidance contact me for a mentoring session at support@rebeloper.com
Excellent video, but how to fetch an image ?
Unfortunately I did not have time to cover that.
Is this how you unlink someone's account from your device so that they no longer see the other person's notifs on their phone?
Not really.
BTW if you found this tutorial helpful you will love my lates video about SwiftUI 3 from WWDC21: ua-cam.com/video/fxEvP1mzGeE/v-deo.html
a simple fetch logic used two async callback blocks, I have to think apple's Cloudkit is really ugly and stupid.
They are updating CloudKit to async await now. BTW Check out RevenueCat - The BEST Service for In-App Purchases 👉 ua-cam.com/video/WechH9jx41w/v-deo.html