xavier7t.comLiquid Glass Navigation Bar in SwiftUIiOS 26 introduces new capabilities for customizing navigation bars in SwiftUI — including navigation subtitles, the ToolbarSpacer, and more powerful ToolbarItemGroup placement. In this tutorial, we’ll build a small demo that showcases how to use thes...Jul 28, 2025·3 min read
xavier7t.comLiquid Glass Tab View in SwiftUIHi iOS devs, it’s been a long while since last time! Here I’m back with some cool stuff about iOS 26~ iOS 26 brings a refined aesthetic to TabView—with a native liquid glass effect and powerful new APIs like .tabViewBottomAccessory. In this tutorial,...Jul 25, 2025·3 min read
xavier7t.comCreate Radial Pattern in SwiftUIHow to Create a Radial Pattern in SwiftUI In this tutorial, we'll explore how to create a vibrant radial pattern using SwiftUI. We'll use gradients and circles to form a stunning geometric design. If you’re looking to add visually appealing elements ...Sep 15, 2024·4 min read
xavier7t.comCustom Toggle (Switch) in SwiftUIHi there, long time no see! Today I’m going to demonstrate how to create a custom toggle in SwiftUI from scratch. With a custom toggle, you have the freedom to imbue your interface with a distinctive personality that aligns perfectly with your brand ...Dec 29, 2023·4 min read
xavier7t.comObjective-C & SwiftUI IntegrationIntroduction In the world of iOS app development, SwiftUI has gained significant popularity due to its modern, declarative approach to building user interfaces. However, there are times when you may need to leverage existing Objective-C view controll...Jul 1, 2023·5 min read