0

I'm working with iOS 5.1. I'm using Action Sheet to do the social sharing functionality.

Is there a method to customize it to get something like in ios 6 like in this photo's link?

Anoop Vaidya
  • 46,283
  • 15
  • 111
  • 140

1 Answers1

0

I'd take a look at ShareThis. It has already done a lot of the work for you. https://github.com/ign/ShareThis

For iOS 5 compatibility, try REActivityViewController. https://github.com/romaonthego/REActivityViewController

Josh Hudnall
  • 1,021
  • 8
  • 16
  • thank you :) there is too much code than i thought , i'll try to understand this solution and i'll see if it works on my project – Noussette Mar 21 '13 at 08:49
  • i'm using now this example https://github.com/relikd/OGActionChooser but i can not make buttons of the chooser do the share, can u help me plz ? – Noussette Mar 26 '13 at 16:31