0

In am using SLComposeViewController for posting on Facebook with iOS 6. In an effort to have a consistent user experience and save development time, are there any existing code snippets or libraries with similar behavior and feel to SLComposeViewController that work in iOS 5?

Kevin Borders
  • 2,933
  • 27
  • 32

1 Answers1

2

Use DETweetComposeViewController which looks similar to SLComposerViewController and compatible for ios 6. check this http://www.developers-life.com/facebook-compose-view.html this may help you.

Navn
  • 176
  • 8
  • What does the link provide? What happens if the link changes? This answer will be rendered useless. – Ivan Dec 09 '12 at 07:09