gpt4 book ai didi

sharekit - 在没有 ActionSheet 的情况下使用 ShareKit

转载 作者:行者123 更新时间:2023-12-04 05:56:14 27 4
gpt4 key购买 nike

有人知道在没有 ActionSheet 的情况下使用 ShareKit 框架吗?
我不想使用 ActionSheet 中的按钮。我想使用可定制的方式。

最佳答案

只需创建一个 sharekit 项目并使用选择的方法开始共享,例如邮件分享:

SHKItem *item = [[SHKItem alloc] init]; 
item = [SHKItem image:myUIImage title:@"Name of the image" ];
[SHKMail shareItem:item];

并且不要忘记导入所需的类
#import "SHK.h"
#import "SHKMail.h"

关于sharekit - 在没有 ActionSheet 的情况下使用 ShareKit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9487938/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com