Xcode : sharing content via Action Sheet

后端 未结 2 875
广开言路
广开言路 2020-12-29 02:31

I would like to replicate this behaviour (see image below) and share contents from my app using this kind of action sheet.

The question is:

2条回答
  •  自闭症患者
    2020-12-29 03:16

    You can achieve this result by using UIActivityController class.

    Please take a look at this link :- http://nshipster.com/uiactivityviewcontroller/

    Hope this helps!

提交回复
热议问题