Guest User

Untitled

a guest
Jan 17th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. -(IBAction)share:(id)sender
  2. {
  3. UIImage *img=[UIImage imageNamed:@"eg.png"];
  4. SHKItem *item=[SHKItem image:img title:@"Look"];
  5. SHKActionSheet *actionsheet=[SHKActionSheet actionSheetForItem:item];
  6.  
  7. [actionsheet showFromToolbar:navigationController.toolbar];
  8. }
Add Comment
Please, Sign In to add comment