What is the UIActivityType for Notes?

痴心易碎 提交于 2019-12-23 07:50:44

问题


I am trying to exclude all services from my UIActivityType except for email and text message. I am using the following statement:

activityController.excludedActivityTypes = @[UIActivityTypeAddToReadingList,UIActivityTypeAirDrop,UIActivityTypeAssignToContact,UIActivityTypeCopyToPasteboard,
                                                     UIActivityTypePostToFacebook,UIActivityTypePostToFlickr,UIActivityTypePostToTencentWeibo,UIActivityTypePostToTwitter,
                                                     UIActivityTypePostToVimeo,UIActivityTypePostToWeibo,UIActivityTypePrint,UIActivityTypeSaveToCameraRoll];

Under iOS 9 I notice that there is something called "Notes" that also shows up. I have looked in the Apple documentation as well as autocomplete and cannot find an entry that references Notes. How can I exclude it?

来源:https://stackoverflow.com/questions/32707106/what-is-the-uiactivitytype-for-notes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!