How to set a mail Subject in UIActivityViewController?

前端 未结 4 1243
终归单人心
终归单人心 2020-12-08 13:04

I want to set subject for email sharing in UIActivityViewController and also want to share in Twitter. I know in Twitter if we want to share — we need compress

4条回答
  •  不知归路
    2020-12-08 13:36

    It seems as though emreoktem's solution—sending setValue:forKey: to the UIActivityViewController—is undocumented.

    On iOS 7 and later, you can implement the activityViewController:subjectForActivityType: method in an object conforming to the UIActivityItemSource protocol to do this in a way that is documented.

提交回复
热议问题