How do you change the colour of only the UIActivityViewController?
I want to change the colour of just the UINavigationBar of the UIActivityViewController using something like:
self.activityViewController.navigationController.navigationBar.barTintColor = [UIColor greenColor];