与share button that can be created, with NSSharingServicePicker类似,有没有可能有一个共享菜单,就像Safari中那样:

在我自己的应用程序中?
发布于 2013-01-27 01:53:13
几秒钟的Googling结果是这样的:
NSArray *sharingServices = [NSSharingService sharingServicesForItems:items];
..。然后,您可以遍历每个服务并为其构建菜单项。摘自this code sample。
https://stackoverflow.com/questions/14539130
复制相似问题