Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

TWTRComposerResultCancelled #118

Open
licl19 opened this issue May 5, 2019 · 1 comment
Open

TWTRComposerResultCancelled #118

licl19 opened this issue May 5, 2019 · 1 comment

Comments

@licl19
Copy link

licl19 commented May 5, 2019

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{
}
}];

@lijithvipin
Copy link

any solution for this issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants