I want to add button like this one to share tweet: image
Here is what I would like to call:
[[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"twitter://"]];
I want to add button like this one to share tweet: image
Here is what I would like to call:
[[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"twitter://"]];
You can add a button to the
UINavigationItemlike this: