-
Notifications
You must be signed in to change notification settings - Fork 143
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
Allow solid background color for ABKFeedNavigationBar #68
Comments
Hi @ldiqual, If you are using a non-navigation context, including generic, modal and popover contexts, you can make the navigation bar look solid by setting the translucent property:
Please let us know if it doesn't work for you, or if you have any other questions. Thanks, |
@Wenzhi I'm not initting the context myself, I'm assuming it just auto-creates itself whenever an inapp notification comes through. Is there a way to set this globally? |
@ldiqual, have you tried |
@Wenzhi That would modify the appearance of all navigation bars, I want to apply it only to AppBoy's newsfeed. |
Hi @ldiqual, Since the class for the feed navigation bar, Please let us know any further comments/questions. Thanks, |
@Wenzhi This is not urgent for us. Just let us know whenever it can be done :) Thanks for the followup! |
@Wenzhi Any update on this? |
Hi @ldiqual We haven't been able to execute on this just yet, but with iOS 10 stuff slowing down we'll aim to prioritize it in the near future. Thanks very much for your patience, |
@Wenzhi Bump on this. Still not urgent, but it seems that a quick fix from your side could be to make |
Hey @ldiqual, Thanks for your suggestion and sorry for such a late reply! We just released SDK 2.26.0 and made the related classes public in the release. We also have the sample code here for how to set the News Feed navigation bar background color to be opaque. Please let us know if it does not work for you, or if you have any other questions or issues! Thanks, |
Hey @ldiqual, I'm going to close this issue, assuming the latest SDK solved it. If you still see the issue happen or have any questions, please feel free to re-open this. Thanks, |
I'm trying to set a solid background color for ABKFeedNavigationBar. All I could come up with is this:
Is there a way to make the navigation bar opaque with a solid green at the moment? Thank you :)
The text was updated successfully, but these errors were encountered: