UIActivityViewController equivalent on ios 5

后端 未结 2 613
情话喂你
情话喂你 2021-01-24 12:27

I am trying to share some text from an application. If the user has ios 6 installed I will call UIActivityViewController to share. However if the user has ios 5 is there anythin

相关标签:
2条回答
  • 2021-01-24 12:41

    use OWActivityViewController instead UIActivityViewController in ios 5 you can check it Here

    0 讨论(0)
  • 2021-01-24 12:55

    There is no built-in way to do this. The easiest way is to use a UIActionSheet with buttons for each service you need, and then call through to the various APIs as required.

    0 讨论(0)
提交回复
热议问题