Vote count:
0
I want UIActivityViewController to open when I hit a button labeled share... I caint seem to find any code that is working.. so far i have this.. if you could help that would be great
- (IBAction)ButtonSharePressed:(id)sender
{
UIActivityViewController *avc = [[UIActivityViewController alloc]initWithActivityItems:itemsToShare applicationActivities:appActivities];
[navigationController presentViewController:avc animated:animated completion:completionBlock];
}
asked 45 secs ago
Aucun commentaire:
Enregistrer un commentaire