I'm Really Excited About React Navigation v8
React Navigation v8 is in alpha and I'm genuinely excited. Native bottom tabs, smarter TypeScript inference...
// Master navigation patterns in SwiftUI. Learn about sheets, modals, NavigationStack, programmatic navigation, and preventing dismissal.
React Navigation v8 is in alpha and I'm genuinely excited. Native bottom tabs, smarter TypeScript inference...
NavigationStack replaced NavigationView in iOS 16 with a more powerful programmatic navigation model. Here's...
Learn how to detect when a user successfully shares content using a share sheet in SwiftUI by wrapping...
Learn how to prevent users from dismissing modal sheets by swiping down in SwiftUI using...
iOS 26 introduces Liquid Glass, a translucent design language for navigation elements. Here's how to apply...
Learn how to use the presentationDetents modifier to control sheet heights in SwiftUI, creating interactive...
How to present a second sheet from within an already-presented sheet in SwiftUI.
The keyboard doesn't always dismiss itself when you expect it to. Here are several approaches to dismissing...
Learn how to prevent typing with your physical keyboard from dismissing the software keyboard when running...
Objective-C has four ways to represent nothing. Understanding when to use each prevents subtle bugs and...
Learn how to force the navigation bar to show a background color in SwiftUI.