This post is from the Activity iPhone Duo SwiftUI Q&A.
Is there any API to customise how navigations bars hide on scroll on a iPhone Duo when the device is folded?
Is there any API to customise how navigations bars hide on scroll on a iPhone Duo when the device is folded?
You can control the navigation bar's minimization behavior via the UINavigationItem.navigationBarMinimization property in UIKit, and the toolbarMinimizationBehavior(_:for:) modifier in SwiftUI.