canopas/UIPilot

NavigationBarTitle Large does not display

Opened this issue · 2 comments

AdzeB commented

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?

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?

AdzeB commented

Hello @cp-amisha-i , Thanks.