ios*_*ios 1 iphone cocoa-touch objective-c ios4 sharekit
在iPhone应用程序中,我想使用ShareKit在单个电子邮件中一起发送图像和文本
有可能这样做吗?
如果是,怎么办?
这是我使用的:
SHKItem *item = [SHKItem image:myImg title:@"My Awesome Image!!!"];
item.text = @"Look at this awesome Image";
[SHKMail shareItem:item];
Run Code Online (Sandbox Code Playgroud)
它运作良好!
归档时间: |
|
查看次数: |
1975 次 |
最近记录: |