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://"]];
Copyright © 2021 Jogjafile Inc.
You can add a button to the
UINavigationItemlike this: