New: Ari — On-device AI Assistant
Apps & ideas,
built with Swift.
Explore apps crafted with SwiftUI, read practical tutorials, and discover modern Apple development patterns.
// Life's too short for Objective-C
struct TransfiniteApp: App {
var body: some Scene {
WindowGroup {
ContentView()
. onAppear { print( "Let's build something great.") }
}
}
}
struct TransfiniteApp: App {
var body: some Scene {
WindowGroup {
ContentView()
. onAppear { print( "Let's build something great.") }
}
}
}
Apps
The latest.
Thoughtfully designed apps built for Apple's ecosystem.
Blog
From the blog.
Tutorials and insights for Swift developers.
