Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NavigationBarTitle Large does not display #44

Open
AdzeB opened this issue May 8, 2023 · 2 comments
Open

NavigationBarTitle Large does not display #44

AdzeB opened this issue May 8, 2023 · 2 comments

Comments

@AdzeB
Copy link

AdzeB commented May 8, 2023

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?

@cp-amisha-i
Copy link
Collaborator

cp-amisha-i commented Jan 3, 2024

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
Copy link
Author

AdzeB commented Jan 3, 2024

Hello @cp-amisha-i , Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants