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..
There is not the problem any ShareKit. Check Your view setting or Try to create New view.
精彩评论