-
Notifications
You must be signed in to change notification settings - Fork 27
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
Couldn't able to change the navigationBar title color #33
Comments
Please try with iOS specific font. ("Cairo" is an Android/Google platform font). Swift: Objective-c: |
Even, I've tried that already, it's not working too. |
Could you please post the code snippet surrounding the call One ideal place to invoke this method would be before presenting the signing ceremony. For example, in DocuSignViewController in swift sample app can be modified as:
And for the signer named "The Lion King", resulting navigation bar during Signing would look like: |
Hi @ashokds, I think, you're trying in an offline mode. Please check it in on online mode: Note: I'm using DocuSign SDK v2.2.5 |
Any update @ashokds ? |
Hi @PradeshKumar , I'll post an update soon, working with the product team to prioritize it. One of the UIComponent (OnlineSigning) isn't getting the font/color assignment properly. Thanks for bringing it up to our notice. |
Closing due to age of last activity. |
Currently, it's appearing white color and also, all letters are in caps.
DSMAppearance.setNavigationBarTitleTextFont(UIFont(name: "Cairo", size: 10)!, color: .black)
The text was updated successfully, but these errors were encountered: