Reputation: 1608
In Appcelerator Titanium we do everything in Javascript. I wonder whether it's possible to use some self-defined native Java or Obj-C libraries and call the library functions from Javascript. Does anyone have any ideas? Thanks.
Upvotes: 2
Views: 3029
Reputation: 2031
You can use native library(Objective C) in Appcelerator Titanium. But for that you have to create Titanium Module.
Refer below guide for iOS Module Development in Titanium
https://wiki.appcelerator.org/display/guides/iOS+Module+Development+Guide
Hope this helps you
Upvotes: 5