WWDC26 wishes
A developer shares WWDC26 wishes, including Foundation Model image input and custom lazy layouts for SwiftUI.
A developer shares WWDC26 wishes, including Foundation Model image input and custom lazy layouts for SwiftUI.
A guide on deprecating custom convenience APIs in iOS development, using compiler reminders to identify dead code.
Learn how to replace SwiftUI List with custom scrollable containers using ScrollView and lazy stacks for better control and performance.
A framework to help developers evaluate and choose the right AI Agent Skills for their projects, avoiding conflicts and ensuring quality.
Developer announces submission of ScratchBook, a free macOS note-taking app, to the Mac App Store for review.
Introducing ElementaryUI, a Swift frontend framework for web development that compiles to WebAssembly, offering React-like interactivity with less JavaScript.
Introduces Agent Skills, an open format for sharing reusable AI knowledge across projects, replacing project-specific AGENTS.md files.
A Software Architect's hub for technical analysis, tutorials on Go/Rust/SwiftUI, and reflections on software development trends and essential reading.
A guide to using Swift Key Paths to create scalable and maintainable form validation logic in SwiftUI applications.
Analyzes Apple's shift from ObservableObject and @Published to the @Observable macro, highlighting gaps in the new Observation framework for SwiftUI developers.
The creator announces the end of the Compile Swift Podcast after 193 episodes, citing challenges in maintaining content quality and schedule.
Developer builds 'Slate', an iOS app that uses on-device text recognition to convert work schedule screenshots into calendar events.
Announcing the Developer Preview of KeyboardKit 10, a major update merging SDKs and improving the library for building custom iOS keyboards.
A developer builds a personal SwiftUI app, Tend, to track finances via Google Sheets, addressing the lack of a mobile app in his current tool.
Learn how to use SF Symbols in SwiftUI to create loading animations, replacing custom code with built-in, stylable symbols.
A technical guide on applying glass effects to groups of views in SwiftUI using the GlassEffectContainer for proper visual interaction and performance.
Explains the Swift ternary operator for concise conditional logic, including usage examples and comparisons with if expressions.
A guide to implementing Universal Links for iOS apps, covering server setup and app configuration for secure deep linking.
A tutorial on grouping Liquid Glass UI components in iOS 26 SwiftUI using the glassEffectUnion modifier to replicate an Apple Maps interface.
A guide to building custom UI components using the new Liquid Glass design language in iOS 26 with SwiftUI.