Quantcast
Channel: Change color of UIDocumentInteractionController nav bar - Stack Overflow
Viewing all articles
Browse latest Browse all 7

Answer by neha for Change color of UIDocumentInteractionController nav bar

$
0
0

Try this code:

- (void)openEC:(NSURL*)url {       [UINavigationBar appearance].tintColor = [UIColor blueColor];       docController = [UIDocumentInteractionController interactionControllerWithURL:url];      [docController setDelegate:self];      [docController  presentOptionsMenuFromRect:self.view.bounds inView:self.view animated:YES];  }- (void)documentInteractionControllerDidDismissOptionsMenu:(UIDocumentInteractionController *)controller {      [UINavigationBar appearance].tintColor = [UIColor whiteColor];  }

Viewing all articles
Browse latest Browse all 7

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>