First import #import "SHKMail.h" in the view Controller.
-(IBAction)Emailbutton:(id)sender{
SHKItem *item;
[SHK setRootViewController:self];
NSURL *url = [NSURL URLWithString:@"sadiq"];
item = [SHKItem URL:url title:@"Contact"];
[SHKMail shareItem:item];
}
-(IBAction)FbButton:(id)sender{
SHKItem *item;
[SHK setRootViewController:self];
NSURL *url = [NSURL URLWithString:@"http://www.google.com/"];
item = [SHKItem URL:url title:@"Google"];
[SHKFacebook shareItem:item];
}
No comments:
Post a Comment