Search code examples
iostitaniumappcelerator

Appcelerator Titanium JS - Is it possible to create the native iOS 7 sharing dialog and experience?


I was a little disappointed that there seems to be no mention of native iOS7 sharing controls with Titanium, as pictured below. And an internet search only turned up a custom solution called social, which opens a web view to authorise.

Am I missing it or can this not be done with Titanium?

enter image description here


Solution

  • Native Sharing module iOS

    https://github.com/viezel/TiSocial.Framework

    Thanks