SwiftData Debugging The Easy Way | SwiftData Tutorial | #11

Поділитися
Вставка
  • Опубліковано 3 лип 2024
  • SwiftData Debugging The Easy Way
    **********************************
    Timestamps:
    00:00 - Intro
    00:27 - Into To CoreDataLab
    01:52 - Viewing Data In CoreDataLab
    04:31 - Viewing Relationships In CoreDataLab
    05:05 - Tracking Changes In CoreDataLab
    07:44 - Adding Data In CoreDataLab
    10:06 - Editing Data In CoreDataLab
    10:49 - Filtering Data In CoreDataLab
    11:58 - Debugging SwiftData With Launch Arguements In Xode
    **********************************
    ⏭️ Next Video: SwiftData Background Threads - • SwiftData Background T...
    ⏮️ Previous Video: SwiftData Migrations - • SwiftData Migrations |...
    FREE SwiftData Course: • SwiftData Todo List Ap...
    Download Core Data Labs 👉🏾 apps.apple.com/app/apple-stor...
    In this SwiftData Tutorial we're going to take a look at a really useful iOS developer tool called Core Data Lab. This tools allows us to easily debug swiftdata and test our swiftdata database.
    By the end of this SwiftData tutorial you should know how to inspect your SwiftData database and view all the data that you've persisted.
    **********************************
    Check Out My Courses 👨🏽‍🏫
    Enjoy my teaching style? Check out my other courses on my website that may interest you, they range from beginner to advanced topics within iOS development.
    Link to Website
    tunds.dev/#courses
    **********************************
    Join the crew 🤝
    Want to help support the channel? Become a member with the join link below and get access to exclusive badges and stickers, as well as other perks that are coming soon.
    Become a channel member
    www.youtube.com/@tundsdev/join
    Support in other ways 💕
    You can support me for free and help the channel grow so that I can continue to make the best iOS development content for you by liking, commenting, subscribing, and hitting the notification bell.
    All of this really helps my channel grow and allows me to keep on making content for you. If you’re interested in subscribing to the channel then you can do so with the link below.
    Subscribe to the tundsdev UA-cam channel
    ua-cam.com/users/tundsdev?su...
    **********************************
    Download Source Code
    Interested in looking at the source code? Then check out the GitHub Repo below
    [GITHUB REPO HERE]
    **********************************
    EditorKeys
    View Editor Keys Amazing Products with the link below and use the discount code for 10% off any product
    www.editorskeys.com/tundsdev
    Get a 10% Discount Code on any product with the code below
    TUNDSDEV
    See my keyboard cover in action with my review below 👇🏾
    • Increase Your Xcode Pr...
    **********************************
    RØDE Wireless Mic
    amzn.to/3D5qo3V
    RØDE SmartLavPlus Microphone
    amzn.to/3DtVUdG
    2021 Apple MacBook Pro (16-inch, Apple M1 Pro chip with 10‑core CPU and 16‑core GPU, 16GB RAM, 1TB SSD) - Space Grey
    amzn.to/3Drc2fH
    Apple Magic Keyboard with Numeric Keypad (Wireless, Rechargeable)
    amzn.to/3VUctXh
    Apple Magic Mouse
    amzn.to/3sqXSoM
    Secretlab TITAN 2020 Charcoal Blue Gaming Chair
    amzn.to/3D2jVXI
    ErgoFoam Ergonomic Foot Rest for Under Desk
    amzn.to/3srJOLM
    Lumbar Support Pillow
    amzn.to/3eXVfrg
    Macbook Stand for Apple Macbook and All Notebooks
    amzn.to/3DqG7vR
    Portable Chair Green Screen Background
    amzn.to/3gG62GU
    **********************************
    #iosdev #iosdevelopment #swift #swiftlanguage #xcode #appdevelopment #mobileappdevelopment #iosappdevelopment #appdeveloper #iosprogramming #iosengineer #appdevelopmenttips #iosdevelopmenttips #swiftui

КОМЕНТАРІ • 6

  • @SkipKelley56
    @SkipKelley56 5 місяців тому +1

    Good looking tool. Nice to se you back.

    • @tundsdev
      @tundsdev  5 місяців тому

      Glad to be back and making videos again 👌🏾

  • @SetyonoDwi
    @SetyonoDwi 5 місяців тому

    Thanks for sharing this! definitely always inspiring! Could you share how to implement share extension with custom swiftUI view on the next one?

  • @simonransom_dxb
    @simonransom_dxb 3 місяці тому

    Hello Tande
    Does this tool replace the DB Browser for SQ Lite app that you spoke about previously?
    Simon

  • @grzymsiu
    @grzymsiu 5 місяців тому

    Working on my degree thesis i can tell this films help me a loooot! Thanks! But i have one question. I got Flask api with Postgres, so tables have primary and foreign keys for relations. Is there any smooth way to fetch that data without bad looking nestings and duping data in json file? Maybe give up relations in swift data and use predicates and custom functions to filter and manage data in my views? Or i just do not understand that concept of new framework yet?

  • @piteke100
    @piteke100 5 місяців тому

    Hi, I’m continuing to study SwiftData by repeating all the tutorials but I can’t understand one thing:
    I have to create an app with a default list (which therefore no data needs to be added) and this list is contained in a toggle. How do I make only the toggle state persistent?