I plan to use UIActivityViewController to share text to twitter, etc. I need to share different text to twitter, email, etc. As a result, I need to change text dynamically based on user selection. May I know a way to do?
I know a way like this. But it is only after action is done and I can't change text. UIActivityViewController - is there a way to know which activity was selected?