You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @AdzeB, I think the default display mode of the navigationTitle("Title") method is .large when you set the title with this method, and if you want to change its display mode then you can use this method, .navigationBarTitle("Title", displayMode: .inline).
Whenever I use
.navigationBarTitleDisplayMode(.large)
in any of my screens... it either doesn't display the title or makes it inline.Do you know what might be the issue?
The text was updated successfully, but these errors were encountered: