Currently I'm using the following code to display the message composer, but it opens the native iOS message app and my application goes to background.
Titanium.Platform.openURL('sms:'+e.rowData.value);
But I want to show the message composer inside my application.
Is there any way to display the message composing window of iOS in my titanium application ?
I searched a lot but didn't get any solution. And there is nothing in the appcelerator documentation regarding the message composer.
Thanks in advance
Currently(January 1st 2013) no built-in modules available in Titanium SDK to integrate native iOS SMS view to Titanium application. There are a lot of third party modules for doing this.
Also I developed a module for doing this, You can find it here MMP_SMS.