I am embarking on a new iPhone application project and I am faced with two options for building it:
- Option 1: Utilize Apple's classic style (Xcode, Objective-C, etc)
- Option 2: Use Appcelerator Titanium which involves using javascript to access all the iPhone features and create the app.
*I have observed that there is no separate interface file like XIB in Titanium
As I believe in the future potential of javascript as a universal development tool, I am leaning towards the Titanium option. However, I am still uncertain if this is the right decision or if I should stick with the traditional 'classic' method of app creation.
Thank you for your assistance