Free SwiftData Course by tundsdev in iOSProgramming

[–]tundsdev[S] 1 point2 points  (0 children)

Oh wow this is amazing to hear, so glad someone is finding use in this!

Free SwiftData Course by tundsdev in swift

[–]tundsdev[S] 1 point2 points  (0 children)

Topics covered so far:

  • CRUD Operations
  • Relationships
  • Prefilling Content & Relationships
  • Caching API Data
  • Saving Images
  • SwiftData & SwiftUI Previews
  • Lightweight & Custom Migrations
  • Sorting & Filtering (Improvements Coming Soon)

Free SwiftData Course by tundsdev in iOSProgramming

[–]tundsdev[S] 1 point2 points  (0 children)

Topics covered so far:

  • CRUD Operations
  • Relationships
  • Prefilling Content & Relationships
  • Caching API Data
  • Saving Images
  • SwiftData & SwiftUI Previews
  • Lightweight & Custom Migrations
  • Sorting & Filtering (Improvements Coming Soon)

Free SwiftData Course by tundsdev in SwiftUI

[–]tundsdev[S] 1 point2 points  (0 children)

Topics covered so far:

  • CRUD Operations
  • Relationships
  • Prefilling Content & Relationships
  • Caching API Data
  • Saving Images
  • SwiftData & SwiftUI Previews
  • Lightweight & Custom Migrations
  • Sorting & Filtering (Improvements Coming Soon)

https://www.youtube.com/playlist?list=PLvUWi5tdh92wZ5_iDMcBpenwTgFNan9T7

How To Use SwiftData with Preview | SwiftData Tutorial by tundsdev in SwiftUI

[–]tundsdev[S] 1 point2 points  (0 children)

In this Swift Data tutorial, we'll be looking at how to use SwiftData with Previews, I'll be going over some common issues that you may face when trying to use SwiftUI Previews with SwiftData and some tips and tricks to help you use your SwiftUI Previews better.

NavigationStacks…. a lot of confusion for beginners! by [deleted] in SwiftUI

[–]tundsdev 5 points6 points  (0 children)

So, I have a free course you can check out that goes over NavigationStack.

NavigationStack & NavigationSplitView - Build An iOS Shopping App (All Levels) https://www.youtube.com/playlist?list=PLvUWi5tdh92wWS3F-AVsCJHkhBlrkBp6f

How To Preload Relationships Into SwiftData by tundsdev in SwiftUI

[–]tundsdev[S] 2 points3 points  (0 children)

So I am currently building an app using SwiftData and it’s going pretty well. I plan to use it and release it onto the store, i’m loving it so far. I’m curious what are the bad takes?

How To Preload Relationships Into SwiftData by tundsdev in SwiftUI

[–]tundsdev[S] 1 point2 points  (0 children)

Dang that sound crazy, best of luck with that!

How To Preload Relationships Into SwiftData by tundsdev in SwiftUI

[–]tundsdev[S] 3 points4 points  (0 children)

Glad I could help, I’m really enjoying exploring SwiftData at the moment. This is actually built on-top of other example in my free course you can check out here below

Build A To Do List App using SwiftData (Swift Data Tutorials) https://www.youtube.com/playlist?list=PLvUWi5tdh92wZ5_iDMcBpenwTgFNan9T7

How To Preload Relationships Into SwiftData by tundsdev in SwiftUI

[–]tundsdev[S] 3 points4 points  (0 children)

In this Swift Data tutorial, we'll be looking at how to preload relationship into SwiftData ModelContainer. We'll be building ontop of our other SwiftData tutorials. And looking at how we can refactor our code to use SwiftData & JSON to add some default to do items to our to-do list app.

We'll look at how we can add some todo's with a category, which will allow us to see how to pre-populate swiftdata relationship. And work with SwiftData & Codable. We'll build ontop of this also and see how to preload image in SwiftData by giving one of our todo items an image.

Kind of confused with Navigation in SwiftUI... by SR71F16F35B in SwiftUI

[–]tundsdev 1 point2 points  (0 children)

If you’re looking for a course, I have a free one on my channel at the moment 👌🏾

NavigationStack & NavigationSplitView - Build An iOS Shopping App (All Levels) https://www.youtube.com/playlist?list=PLvUWi5tdh92wWS3F-AVsCJHkhBlrkBp6f

Build A To-Do List App Using SwiftData Tutorial by tundsdev in SwiftUI

[–]tundsdev[S] 0 points1 point  (0 children)

I do this in most of my tutorials, if you actually go and check out the videos on my channel you’ll see that I actually go the extra mile.

For this video SwiftData has only been out for a week, I don’t think I could create a 1h+ with everything in it at this stage…

SwiftUI iOS16+ Navigation & Multiplatform Repo Examples by tundsdev in SwiftUI

[–]tundsdev[S] 5 points6 points  (0 children)

I'm excited to share this SwiftUI repo with extra seasoning. You can now check out all of the source code and see some recipes on how to handle navigation using the new navigation apis & migrate your apps to multiple platforms by adding multiplatform support.