Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I set the color of UIBarButtonItem under the "More" section of the UIActivityViewController on iOS8?

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?

like image 648
Sam Avatar asked Jan 29 '26 03:01

Sam


1 Answers

I fixed this by removing the following line of code from the AppDelegate

self.window.tintColor = [UIColor whiteColor];
like image 64
Sam Avatar answered Jan 31 '26 19:01

Sam



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!