Does anyone know of a good tutorial that is easy to understand for ShareKit? I've looked but found nothing. I'm pretty new to Xcode.
Are there any good tutorials for using ShareKit?
2.9k Views Asked by ChecoSchnaider At
2
There are 2 best solutions below
4

You can checkout the documentation given in http://getsharekit.com ...after you downloaded and attached to your project open config file and read the comment lines given before each methods in it...it will direct you to correct way...There is no exact tutorial for it...If u got any specific issue then ask a question here..we are ready to answer...
The GitHub wiki for ShareKit v2.0 has a great page titled Installing ShareKit that should help you get up and running with the latest incarnation of this project.
The source tree also has an
xcodeproj
file which contains sample code showing how to integrate ShareKit into your own project.