twitter-kit-ios icon indicating copy to clipboard operation
twitter-kit-ios copied to clipboard

TWTRComposerResultCancelled

Open licl19 opened this issue 6 years ago • 1 comments

I don't know why callback TWTRComposerResultCancelled always when I share with tweet.

TWTRComposer *composer = [[TWTRComposer alloc] init]; [composer setText:@"tweet share test"]; // [composer setImage:[UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:imageUrl]]]]; // [composer setURL:[NSURL URLWithString:shareContent]]; [composer showFromViewController:from completion:^(TWTRComposerResult result){ if(result == TWTRComposerResultCancelled) { }else{ } }];

licl19 avatar May 05 '19 13:05 licl19

any solution for this issue?

lijithvipin avatar Sep 10 '19 08:09 lijithvipin