-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cant change the NavigationBar style #23
Comments
Hi @hazemmaher92 |
yes, doing that fixed the navigationBar Style , but after dismissing the Hotline ViewController (by tapping the close button) the default UINavigationBar title color changes to black in the whole app. |
Hi @hazemmaher92 |
Hi @hazemmaher92
We will surely analyse why default navigation title color is override. |
[[UINavigationBar appearance] setBarTintColor:[UIColor GreenColor]]; [[UINavigationBar appearance] setTintColor:[UIColor whiteColor]]; [[UINavigationBar appearance] setTitleTextAttributes:@{NSFontAttributeName: [UIFont systemFontOfSize:18],NSForegroundColorAttributeName: [UIColor whiteColor]}];
i'am adding style to the UINavigationBar , but when I present
[[Hotline sharedInstance] showConversations:self];
or getting[[Hotline sharedInstance] getConversationsControllerForEmbed]
and present it in a custom navigation bar it doesn't follow my style , and it creates a new style, that new style override my app styleHow to force that UINavigationBar to follow my style
The text was updated successfully, but these errors were encountered: