xuzizhou / WeChatActivities-in-iOS-8-with-Swift

MIT License
65 stars 19 forks source link

What platform are you using for sharing? #2

Closed allen8300 closed 9 years ago

allen8300 commented 9 years ago

Hi there,
Are you using AirDrop? But AirDrop doesn't support "we chat", it only supports System Email, Message, Sina WeiBo, so can you tell how did you make the effect in following image?

screen shot 2015-01-21 at 7 44 59 pm

xuzizhou commented 9 years ago

First of all, this is called UIActivityView. AirDrop is just one option in it (as you can see, AirDrop is excluded in my app). Adding WeChat & Moments into UIActivityView is the purpose of this Github repository. I explained how to do it in the README file of this repository. Just follow my instructions step by step. If you still have problems implementing it, please let me know.

allen8300 commented 9 years ago

Thanks so much for replying so fast. Solved it by customing WeixinActivity inherited from UIActivity and pass to UIActivityController.