Skip to content

Aggregated share view

shu223 edited this page Sep 5, 2013 · 2 revisions

Same as usual UIViewController subclasses.

ASShareComposeViewController *shareCtr;
shareCtr = [[ASShareComposeViewController alloc] init];
[self presentViewController:shareCtr
                   animated:YES
                 completion:nil];