When updating Music Discovery with Fusion for visionOS, I wanted to implement toast notifications similar to those I previously used on iOS. But, the different design paradigm of visionOS meant that having the...
Create a main window with a conditionally shown side window in visionOS using SwiftUI. Add smooth animations when toggling the side window. Set the window style to plain and apply glass background effects for a seamless layout. Enhance your spatial computing experiences with transitions....
Attending iOSKonf 2024 in Skopje, Macedonia: My journey covering visa, flights, hotels & places to visit. Excited to deliver my first non-technical talk on building a personal brand beyond coding! Join me as I share tips to make the most of this incredible conference experience....
SwiftUI's VStack and HStack have default spacing that varies across platforms. Create custom ZeroSpacingVStack and ZeroSpacingHStack views for consistent zero spacing and streamlined code in large projects. Learn how to implement and use these custom views with practical examples....
Discover how to stream data with animation in a music app using Claude 3 Haiku API. Learn to decode JSON data, configure requests, and search songs with MusicKit. Enhance user engagement and performance with this step-by-step guide on integrating real-time data streaming in your Swift app....
Discover how to create an immersive viewing experience in your visionOS app by dimming the surroundings using the preferredSurroundingsEffect(_:) view modifier. Learn how to apply the .systemDark effect to draw attention to your app's content while maintaining awareness of the user's environment....