Dynamically sorting and filtering @Query with SwiftUI - SwiftData SwiftUI Tutorial 3/5

Поделиться
HTML-код
  • Опубликовано: 4 сен 2024
  • Download the completed project here: github.com/two...
    Other parts in Project 12:
    Introduction: www.hackingwit...
    1. Editing SwiftData model objects: • Editing SwiftData mode...
    2. Filtering @Query using #Predicate: • Filtering @Query using...
    3. Dynamically sorting and filtering @Query with SwiftUI: This video
    4. Relationships with SwiftData, SwiftUI, and @Query: • Relationships with Swi...
    5. Syncing SwiftData with CloudKit: • Syncing SwiftData with...
    Wrap up and challenges: www.hackingwit...
    You can find the full set of videos, along with transcriptions, challenges, tests, and more, in my free 100 Days of SwiftUI course: www.hackingwit...
    Watch the full 100 Days of SwiftUI playlist here: • Understanding the basi...

Комментарии • 2

  • @chezchezchezchez
    @chezchezchezchez 9 месяцев назад +1

    I have a gambling app that has thousands of records that you normally don’t want to show.
    Does this tutorial cover the fact that I do not want to load in all the data every time and then filter it, because it would slow down the program. Does this only load in the filtered data, the first time?
    Thanks a lot.