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
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.