Reputation: 5170
I am trying to develop an iOS module for where I have to create a UIView but it is giving me
[ERROR] Script Error = invalid method (createView) passed to ComTestModule at app.js
I have followed this link iOS_Module_Development_Guide
Upvotes: 0
Views: 450
Reputation: 33345
look here
https://github.com/appcelerator/titanium_modules
Specific example is here https://github.com/appcelerator/titanium_modules/blob/master/moddevguide/mobile/ios/example/demos/viewproxyDemo.js
Upvotes: 1