#swiftdata نتائج البحث
iCloud sync in my first project / iCloud sync in #SwiftData It's kinda unbelievable changes we've went through over the last 5 years #90daychallenge
SwiftData workshop is back! Learn the correct way of building SwiftData applications (No View Models). Learn about relationships, testing and even CloudKit integration. Reserve your spot: azamsharp.teachable.com/p/swiftdata-fu… #swiftdata #iosdev
Stop making working with #SwiftData complicated!! In this workshop, I will demonstrate how you can use the SwiftData built-in architecture to write your apps. You will also learn about relationships, testing and CloudKit integration. Register: azamsharp.teachable.com/p/swiftdata-fu…
Wrapped up the last workshop of the year! This was super fun! We covered many topics related to #SwiftData including architecture, testing, relationship and CloudKit integration. I will be back next year with some more amazing workshops! Thanks for your support!
I'm beyond excited to bring Access to these 5 platforms at launch iOS iPadOS watchOS macOS visionOS All built with #SwiftUI and #SwiftData and no third party tools or dependencies
💖 Huge shoutout to my amazing Credo Academy Members! Your support has been instrumental in bringing the Moodie – a downloadable full iPhone app to life! #SwiftData #iOS26 #LiquidGlass
Interesting conversation going on Reddit about SwiftData and MVVM in SwiftUI. reddit.com/r/iOSProgrammi… #swiftdata #swiftui
You can extract your #SwiftData queries in your models (if needed). This can also give you opportunity to write tests for your queries. * It really depends on the complexity of the query. For simple, straightforward queries you can leave them in the View. #SwiftUI
This week I learned #swiftdata, some generative art-ish stuff, and physics kinda stuff in #swift. More plans in Long weekend. Getting more nerdy here. 🤓
♥️ Thank you for supporting my #SwiftData course by purchasing and reviewing it. It's still in its infancy, but I want to give you a sneak peek of our next #SwiftUI project: Moodie, a fully developed iPhone app ready for the Apple App Store. 👇
🌱 Build a Gardening App with SwiftUI! In this video, Azam gives a full tour of the app you’ll create in this new series: ✅ Load dynamic data from a JSON API ✅ Design a sleek SwiftUI interface ✅ Persist data offline with SwiftData #SwiftUI #SwiftData
🌿 1 - Learn to Fetch & Decode JSON in SwiftUI! ✅ Fetch data from a JSON API ✅ Decode complex JSON with Decodable ✅ Display it in a clean SwiftUI UI azamsharp.school #SwiftUI #SwiftData
Merhaba! iOS geliştirme ile ilgileniyorsanız, SwiftUI üzerine hazırladığım YouTube kanalıma göz atın. 🎥 Yeni videolar ve pratik ipuçları için abone olmayı unutmayın! 🚀 youtube.com/@fdurmaz #SwiftUI #iOSDev #SwiftData #Swift
Here is a sneak peek about the next #SwiftData tutorial I'm working on. ♥️ You can get the #SwiftUI course at the best price.
Trying to get some of this #SwiftData code out of my ViewModels.. Is anyone else using SwiftData with MVVM? Haven’t seen any good articles written yet 🤔
Built this lean search feature today👨🏾🍳 (Might add filtering later) Time to set up #SwiftData and Authentication
In this hands-on #SwiftData course, you’ll gain valuable skills as we guide you through creating a mobile application using #SwiftUI. Here’s a sneak peek at what you can expect to learn: ✅ Persistent Data Management ✅ Model–View–ViewModel ✅ Professional User Interface…
Tried SwiftData by following a course online and the declarative model setup feels so natural. Apple’s definitely onto something here. #SwiftData
Wrapped up the last workshop of the year! This was super fun! We covered many topics related to #SwiftData including architecture, testing, relationship and CloudKit integration. I will be back next year with some more amazing workshops! Thanks for your support!
Stop making working with #SwiftData complicated!! In this workshop, I will demonstrate how you can use the SwiftData built-in architecture to write your apps. You will also learn about relationships, testing and CloudKit integration. Register: azamsharp.teachable.com/p/swiftdata-fu…
Having trouble choosing the right architecture for #SwiftData apps! Not to worry I am hosting a 3 hour workshop on SwiftData on Oct 24. Learn about SwiftData built-in architecture, relationships, testing and even CloudKit integration. Link in comments.
Interesting conversation going on Reddit about SwiftData and MVVM in SwiftUI. reddit.com/r/iOSProgrammi… #swiftdata #swiftui
This is BIG news! 🎉 Workshops are now included in the monthly subscription—each is ~3 hours, hands-on, live on Zoom. Next up: SwiftData Workshop — Oct 24. Reserve your spot now! azamsharp.teachable.com/p/swiftdata-fu… #SwiftData #SwiftUI #iOSDev #iOSDeveloper
Well let's take a look at this #SwiftUI #SwiftData error message: "SwiftData.ModelContext: Unbinding from the main queue. This context was instantiated on the main queue but is being used off it. ModelContexts are not Sendable, consider using a ModelActor." So nice 💩
My first #Upwork win! → Hashtag Generator 🚀 ✨ Text → Tags ✨ Image → Tags ✨ Save favorites & history ✨ IAP coins system Tech stack: #SwiftData, #StoreKit, #iCloud+#Keychain #iOS #Upwork
SwiftData Architecture: Patterns and Practices azamsharp.com/2025/03/28/swi… #swiftui #swiftdata
Now that Xcode 26 is available for download, it's an excellent opportunity to start creating new courses on App Development and UI/UX design! #Xcode #SwiftUI #SwiftData #AppleIntelligence
My popular 3-hour SwiftData workshop is back. Let me teach you the correct way of building #SwiftData applications. Learn about relationships, testing, architecture and even iCloud integration. Reserve your spot: azamsharp.teachable.com/p/swiftdata-fu…
It’s really interesting that after write down the concepts and the way I understood #SwiftData & Navigation Stack made me REALLY understand how they work. Explain things [even for yourself] really works on learning! #Swift #SwiftUI #iosdeveloper #iOSDev
SwiftData workshop is back! Learn the correct way of building SwiftData applications (No View Models). Learn about relationships, testing and even CloudKit integration. Reserve your spot: azamsharp.teachable.com/p/swiftdata-fu… #swiftdata #iosdev
長らく引っかかってしまったバグ。今までなかったDB項目に、オプショナルではない型の値を入れていたことが原因だった。当たり前っちゃ当たり前なんだけど、気づかないとどハマりしちゃう。 #個人開発 #SwiftData
Day 55 of #100DaysOfSwiftUI: Added book details, sorted data with SortDescriptor, enabled deleting from SwiftData queries, and learned to use alerts to pop NavigationLinks. #SwiftUI #SwiftData #iOSDev #100DaysOfCode
💖 Huge shoutout to my amazing Credo Academy Members! Your support has been instrumental in bringing the Moodie – a downloadable full iPhone app to life! #SwiftData #iOS26 #LiquidGlass
Day 54 of #100DaysOfSwiftUI: Created books with SwiftData, built a custom star rating view, and learned to display data in a list using @Query. Great practice tying data models to SwiftUI views. #SwiftUI #SwiftData #iOSDev #100DaysOfCode
Learn about how externalStorage attribute works in SwiftData. youtu.be/edyrlogqND8?si… #swiftdata
youtube.com
YouTube
Understanding externalStorage Attribute in SwiftData
iCloud sync in my first project / iCloud sync in #SwiftData It's kinda unbelievable changes we've went through over the last 5 years #90daychallenge
iOS dev decades ago: Core data so amazing, you just need this this this this and that then it may work 😂 iOS dev in 2023: CoreData is easy #WWDC23 #swiftUI #SwiftData
SwiftData workshop is back! Learn the correct way of building SwiftData applications (No View Models). Learn about relationships, testing and even CloudKit integration. Reserve your spot: azamsharp.teachable.com/p/swiftdata-fu… #swiftdata #iosdev
SwiffUI ve iOS Geliştirme üzerine videolar hazırlayarak paylaştığım YouTube kanalıma destek olmak için abone olabilir ve güncel içeriklerimi takip edebilirsiniz. youtube.com/@fdurmaz #SwiftData #Alamofire #MVVM #Firebase #Frameworks #Libraries #SPM
Interesting conversation going on Reddit about SwiftData and MVVM in SwiftUI. reddit.com/r/iOSProgrammi… #swiftdata #swiftui
Merhaba! iOS geliştirme ile ilgileniyorsanız, SwiftUI üzerine hazırladığım YouTube kanalıma göz atın. 🎥 Yeni videolar ve pratik ipuçları için abone olmayı unutmayın! 🚀 youtube.com/@fdurmaz #SwiftUI #iOSDev #SwiftData #Swift
For those using #SwiftData Apple has updated the SwiftDataAnimals project with 9 files changed developer.apple.com/documentation/…
I'm beyond excited to bring Access to these 5 platforms at launch iOS iPadOS watchOS macOS visionOS All built with #SwiftUI and #SwiftData and no third party tools or dependencies
Keep your data clean 🧹 Add the '.cascade' delete rule to make sure associated types are also deleted from storage. #SwiftData
I just published a new video! SwiftData | Add CloudKit Sync to Notes SwiftUI App youtu.be/Envpr8UAgYk #swiftdata #iosdev #SwiftUI
Now that Xcode 26 is available for download, it's an excellent opportunity to start creating new courses on App Development and UI/UX design! #Xcode #SwiftUI #SwiftData #AppleIntelligence
I just published a special #WWDC23 video! SwiftData - Build a Note App with Many to Many Relationship Schema & Custom Query youtu.be/hG6O5pVLc54 #SwiftData #swiftui #iosdev
Something went wrong.
Something went wrong.
United States Trends
- 1. #IDontWantToOverreactBUT N/A
- 2. Howie 7,785 posts
- 3. Hobi 52.3K posts
- 4. #MondayMotivation 35.5K posts
- 5. Phillips 505K posts
- 6. victory monday 2,843 posts
- 7. Good Monday 50.6K posts
- 8. Winthrop 1,563 posts
- 9. #MondayVibes 3,121 posts
- 10. $IREN 16K posts
- 11. #maddiekowalski N/A
- 12. 60 Minutes 119K posts
- 13. #Talus_Labs N/A
- 14. Happy Birthday Kim N/A
- 15. Kimberly-Clark 1,828 posts
- 16. Tomorrow is Election Day N/A
- 17. $QURE 2,074 posts
- 18. Kenvue 2,633 posts
- 19. Bradley 7,237 posts
- 20. Queens 38.7K posts