简体   繁体   English

Sharekit无法在iphone sdk中运行

[英]Sharekit is not working in iphone sdk

am using sharekit for sharing images in facebook, twitter and email 我正在使用sharekit在Facebook,Twitter和电子邮件中共享图像

in facebook correctly working. 在Facebook正确工作。 twitter and email is working in back of the uiview. Twitter和电子邮件正在uiview的后面工作。 ( see the below screen shot). (见下面的截图)。

here you can see the twitter form is back side of UIview. 在这里,您可以看到Twitter表单是UIview的背面。 for email also samething happening.see the email comtroller is back side of UIview. 对于电子邮件也发生了同样的事情。看到电子邮件comtroller是UIview的背面。

here, am using uiview for slideshow of image in uiviewcontroller . 在这里,我在uiviewcontroller中使用uiview进行图像幻灯片显示

am using this code for connecting twitter 我正在使用此代码连接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. 任何ShareKit都没有问题。 Check Your view setting or Try to create New view. 检查您的视图设置或尝试创建新视图。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM