CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✓ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by kaiinui.
[iOS] UIActivity class for Message that appears in Action in UIActivityViewController
UIActivity *textActivity = [[AQSActionMessageActivity alloc] init];
UIActivityViewController *activityViewController = [[UIActivityViewController alloc] initWithActivityItems:activityItems applicationActivities:textActivity];
activityViewController.excludedActivityTypes = @[UIActivityTypeMessage];
[self presentViewController:activityViewController animated:YES completion:NULL];activityItems TypesNSString for message bodyNSURL for message bodyUIImage when attachments is available in SMS ServiceAnd any combinations of them.
It appears in UIActivityViewController even if you provide empty activityItem for the situation that the user compose the message by themself.
pod "AQSActionMessageActivity"
https://dl.dropboxusercontent.com/u/7817937/___doc___AQSActionMessageActivity/html/index.html