UIActivityView Controller behaviour is strange

前端 未结 1 1956
隐瞒了意图╮
隐瞒了意图╮ 2020-12-22 05:30

I need to add share functionality in my app with UIActivityViewController but I have done a lot of research and found that e.g in IOS7 and IOS8 if user has not logined or ad

相关标签:
1条回答
  • 2020-12-22 05:56

    You can implement your own UIActivityType and ask the user to login to the desired app (Facebook, Twitter, etc.) before posting to them but you would need to build the whole activity to handle the communication. You might be able to extract the code from OWAActivityViewController and re-use it.

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