A collection of sample projects I use for my YouTube channel. https://youtube.com/@craftingswift
And also on my blog https://craftingswift.dev/articles
A WidgetKit sample extracted from a personal app that shows today's pending habits from SwiftData and includes a few layout-debug helpers.
A macOS sample that imports folders with security-scoped bookmarks, keeps access to sandboxed locations, and renders the images in a split-view gallery.
A match-score Live Activity demo built with ActivityKit, WidgetKit, reusable UI packages, and helpers for push-to-start and remote updates.
A SwiftUI movie browsing app used to explore previews and testing, navigation, and modularization with a more production-style structure.
A sample script to create a PassKit Pass to import to Apple Wallet, showing the required fields, files and how to create a valid pass output.
A scratchpad app for UI experiments, currently focused on recreating Slack's iOS navigation bar in SwiftUI.
A YAML-driven analytics event definition setup with a generator that produces strongly typed iOS tracking APIs.
UIKit examples for styling UINavigationBar with large titles, custom title views, segmented controls, and transparent scroll-edge appearances.