I am using the Gmail Share extension from Google. I provide an implementation:
- (id)activityViewController:(UIActivityViewController *)activityViewController itemForActivityType:(NSString *)activityType; - (id)activityViewControllerPlaceholderItem:(UIActivityViewController *)activityViewController; - (NSString *)activityViewController:(UIActivityViewController *)activityViewController subjectForActivityType:(NSString *)activityType;
For an email client (from Apple) it goes into the delegate method below, but Gmail
- (NSString *)activityViewController:(UIActivityViewController *)activityViewController subjectForActivityType:(NSString *)activityType;
Instead, it shows an object, the same as the main text. I am wondering how to set a theme other than the main text for the Gmail Share option.
ios iphone objective-c-blocks uiactivityviewcontroller
sanjana
source share