Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sharekit is not working in iphone sdk

am using sharekit for sharing images in facebook, twitter and email

in facebook correctly working. twitter and email is working in back of the uiview. ( see the below screen shot).

here you can see the twitter form is back side of UIview. for email also samething happening.see the email comtroller is back side of UIview.

here, am using uiview for slideshow of image in uiviewcontroller.

am using this code for connecting twitter

 SHKItem *twitterItem = [SHKItem image:mCurrentImageView.image title:@"Check out my photos! "];
    [SHKTwitter shareItem:twitterItem];

am using this code for connecting mail

 SHKItem *mail = [SHKItem image:mCurrentImageView.image title:@"Check out my photos! "];
            [SHKMail shareItem:mail]; 

were am wrong.. dont know help in this...

thanks in advance..

like image 767
Srinivas Avatar asked Nov 13 '22 19:11

Srinivas


1 Answers

There is not the problem any ShareKit. Check Your view setting or Try to create New view.

like image 65
iProgrammer Avatar answered Nov 16 '22 19:11

iProgrammer