Is it possible to override the function called by add button in Share Menu of AddThis API for ios?
I have implemented AddThis API for ios and I want to override the method that is called by addbutton on Right side of top bar as displayed in image below:
The main Problem is that I can't see the implementation file of AddThis API.And I want to add LinkedIn option here By default.
Answers
I found the answer to add default options that is:
[AddThisSDK setFavoriteMenuServices:@"facebook",@"twitter",@"linkedin",@"delicious",@"tumblr",nil];