I am working on an app that uses UIActivityViewController for social sharing. iOS8 adds a "More" option. When I click "More" a navigation bar appears with the title "Activities". The nav bar has a "Done" option to close, unfortunately I currently have a cream nav bar with a white "Done" button.
How do I set the color of UIBarButtonItem under the "More" section of the UIActivityViewController on iOS8?
I fixed this by removing the following line of code from the AppDelegate
self.window.tintColor = [UIColor whiteColor];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With