PhoneGap offers a good solution for writing cross-platform applications with HTML5 and JavaScript.
But I would like to use Interface Builder for the user interface and just write all the controller code in Javascript instead of Objective-C (with the ability to select and map and, especially, call into any Objective-C libraries that I may need).
Is there a framework for this? Something similar to what CamelBones does for Perl.
The reason for this is that code other than the UI could ideally be written in JavaScript for reuse for the web version, a possible version of Android PhoneGap in the future, and server-side (node.js).
javascript ios cocoa-touch
Thilo
source share