Sort It Out
Sort Menu for SwiftUI
Aug 26, 202412 min read220

Search for a command to run...
Articles tagged with #swift
Sort Menu for SwiftUI

SwiftData in Previews

While working on some applications, I found myself a few times in the position where I needed to give the user a choice from data that already existed in the application. However, I didn't want to constrain the choice only to already existing data bu...