Question

I have legacy iPad app in objective c. I would like give chance to Appcelerator. But I would not like to rewrite whole app. I would prefer to start with replacing only some views.

Is it possible? If yes could you give me some advice how to start with it?

Was it helpful?

Solution

I don't think this would be very successful. I would say give Appcelerator a shot on your next application. You can call into objective c / native code FROM appcelerator but it's not totally straight forward. But trying to mash Appcelerator into an existing iPad application doesn't seem right in my mind.

Also Appcelerator does compile down to a project you can open into Xcode, so maybe you could try to merge some of the code at that level where it is all native. But, doesn't seem wise.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top