Enhance your iOS journaling app with Apple's new Reflection prompts. Learn to implement the JournalingSuggestion Reflection, and fetch prompts using JournalingSuggestionsPicker....
Discover how to add translation features to your SwiftUI app using the translationPresentation modifier. This powerful tool works on macOS 14.4+, iOS 17.4+, and iPadOS 17.4+, allowing you to create translation popovers without the latest OS. Learn how to implement it in your own projects....
When I released the first version of LyricLens, it only supported translating to English. Someone mentioned they would like the translation to be in German, so I decided to explore how to achieve...
WWDC 2024 reflections: Going indie, exploring AI with Siri App Intents, and creating music apps. Focusing on the journey, writing, and trusting that success will follow passion. Embracing challenges and growth in the year ahead as an indie developer....
Attending WWDC 2024 in San Jose from June 8-12. Events from Runway, Emerge Tools, RevenueCat, visionOS meet-up and Core Coffee. Parallel One More Thing conference offers community-driven experiences. Focus on networking and shipping apps post-conference....
Enhance your SwiftUI fullScreenCover with a swipe-to-dismiss gesture using DragGesture. This tutorial shows you how to calculate the swipe distance and programmatically dismiss the view when a threshold is exceeded, providing a more intuitive user experience similar to the sheet modifier....