How can I get a NSArray of all applicationActivities installed in the device?
- (id)initWithActivityItems:(NSArray *)activityItems applicationActivities:(NSArray *)applicationActivities;
I’d like to remove one or two items and show the rest of the full list.
Not sure how to get list of all
applicationActivities. If you want to exclude some activity types, you can useexcludedActivityTypesproperty ofUIActivityViewController. As per the documentation,