#

uikit

UIKit integration with SwiftUI

Mobile DevSwiftUI TextField Sheet Keyboard Delay: Fix Multi-Taps

Fix SwiftUI TextField in sheets requiring multiple taps for keyboard due to onAppear state loading, unwanted text highlight. Use @FocusState, UIKit wrappers, pre-load state for instant iOS response.

1 answer 1 view
Mobile DevUIKit iOS: Fix .pageSheet Swipe Freeze on Pro Max iOS 26

iOS 26 .pageSheet freezes on Pro Max devices when UIDesignRequiresCompatibility=YES. Reproducer, Instruments/sysdiagnose debugging steps, root-cause hypotheses, and safe workarounds.

1 answer 1 view
Mobile DeviOS Swipe Transition: Native API for Camera/Safari 'Liquid Glass' Effect

Implement the native iOS swipe transition effect seen in the Camera app's mode switcher or Safari's tab groups. Explore UIKit and SwiftUI approaches for the 'Liquid Glass' interaction.

1 answer 1 view