Advertisement
Guest User

Untitled

a guest
Apr 30th, 2015
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. -(IBAction)FacebookPost:(id)sender{
  2. mySLComposerSheer = [[SLComposeViewController alloc] init];
  3. mySLComposerSheer = [SLComposeViewController composeViewControllerForServiceType:SLServiceTypeFacebook];
  4. NSString * input=Text.text;
  5. [mySLComposerSheer setInitialText:input];
  6. [self presentViewController:mySLComposerSheer animated:YES completion:NULL];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement