UINavigationBar hiding on scroll

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.

UINavigationBar hiding on scroll
 
 
Q