#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
                                            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…
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
                                            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
                                            
                                            Built this lean search feature today👨🏾🍳 (Might add filtering later) Time to set up #SwiftData and Authentication
Built out a reusable component for the entries. Still on #SwiftUI so far 🫠 I'm thinking #SwiftData instead of a backend or CoreData and maybe FaceID/Fingerprint for authentication at this point
🌱 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
♥️ 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. 👇
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. 🤓
Migrations in SwiftData are just *mwah* 🤌 In this video I'll be breaking down: 🤝 Versioning Your Schemas 💪Lightweight & Custom Migrations 🧪Testing & Debugging Your Migrations 📹buff.ly/3r3bWrd #swiftdata #swiftui
🌿 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
Here is a sneak peek about the next #SwiftData tutorial I'm working on. ♥️ You can get the #SwiftUI course at the best price.
In the third #SwiftData tutorial, we will create a complex form using the native #SwiftUI Photos Picker user interface. More to come soon!
                                            
                                            
                                            
                                            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
Keep your data clean 🧹 Add the '.cascade' delete rule to make sure associated types are also deleted from storage. #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
                                            For those using #SwiftData Apple has updated the SwiftDataAnimals project with 9 files changed developer.apple.com/documentation/…
                                            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
                                            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
                                            I just published a new video! SwiftData | Add CloudKit Sync to Notes SwiftUI App youtu.be/Envpr8UAgYk #swiftdata #iosdev #SwiftUI
                                            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
                                            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
                                            Something went wrong.
Something went wrong.
United States Trends
- 1. Cowboys 68.5K posts
 - 2. Nick Smith 13.7K posts
 - 3. Cardinals 30.6K posts
 - 4. Kawhi 4,229 posts
 - 5. #WWERaw 61.3K posts
 - 6. #LakeShow 3,344 posts
 - 7. Jerry 44.9K posts
 - 8. Kyler 8,348 posts
 - 9. Blazers 7,764 posts
 - 10. Logan Paul 10.1K posts
 - 11. No Luka 3,568 posts
 - 12. Jonathan Bailey 21K posts
 - 13. Jacoby Brissett 5,542 posts
 - 14. Pickens 6,670 posts
 - 15. Cuomo 173K posts
 - 16. Valka 4,731 posts
 - 17. Koa Peat 6,253 posts
 - 18. Javonte 4,332 posts
 - 19. Bronny 15.2K posts
 - 20. Pacers 12.5K posts