0

Take look at first item

I need to change background color of cell in table view that shows, after user tapped more button in UIActivityViewController My code for calling it:

NSString* title = @"Test";
NSString *link = @"www.testLink.com";
NSArray* dataToShare = @[title, link];

UIActivityViewController* activityViewController =
[[UIActivityViewController alloc] initWithActivityItems:dataToShare
                                  applicationActivities:nil];
[self presentViewController:activityViewController
                       animated:YES
                     completion:nil];
ko7tya
  • 1
  • 1
  • Possible duplicate of [iOS 8 UIActivityViewController and UIAlertController button text color uses window's tintColor](http://stackoverflow.com/questions/25795065/ios-8-uiactivityviewcontroller-and-uialertcontroller-button-text-color-uses-wind) – Manoj Apr 24 '17 at 05:51
  • I asking about table view that shows after user tap on more button, not about view with activities button @Manoj – ko7tya Apr 24 '17 at 08:27

0 Answers0