In IOS16 its work correctly , but in IOS 17 i see like my navigation bar animate . How can i disable it ?
Text() .navigationBarBackButtonHidden(true) .navigationBarHidden(hideNavigationBar) .animation(nil, value: hideNavigationBar)
In IOS16 its work correctly , but in IOS 17 i see like my navigation bar animate . How can i disable it ?
Text() .navigationBarBackButtonHidden(true) .navigationBarHidden(hideNavigationBar) .animation(nil, value: hideNavigationBar)
Hi @financcee , can you describe the behavior further or include a larger code snippet? Are you setting a title that is animating? Or is it the back button you do not want?