This will build off social sharing using UIActivityViewController. If you have not viewed that tutorial you can jump to it here. Or download the project file from where the last tutorial ended. ShareDemo.
The steps to implement intentional sharing to one service are as follows:
– Add the Social Framework to the project
– Import the framework into the header file
– Add buttons for the social types we want to post to.
– Create a method to invoke sharing to the specified service type. [Read more…]