You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.
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{
}
}];
The text was updated successfully, but these errors were encountered: