Open AdzeB opened 1 year ago
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)
.
Which version you are using?
Hello @cp-amisha-i , Thanks.
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?