PureMVC Architects Lounge

Announcements and General Discussion => Architecture => Topic started by: eco_bach on March 07, 2010, 01:41:06



Title: from AS3 to ObjectiveC
Post by: eco_bach on March 07, 2010, 01:41:06
I know there is a Port to Objective C forum, but my question whether anyone has taken an application they've developed in as3, and then converted to ObjectiveC?

I'm talking about re architecting from scratch at the code level, not using CS5's ability to export to native iPhone code.

Can you share examples?
What were the pitfalls, gotchas?

With the iPad arrival, this is going to be a growing area of interest for many flash developers I'm sure.



Title: Re: from AS3 to ObjectiveC
Post by: puremvc on March 08, 2010, 03:18:40
Have a look at the EmployeeAdmin demo for iPhone. It was ported from the original Flex/AS3 source. Of course the screen real-estate had to be refactored for the smaller turf, but you can see that basically they follow the same pattern, with the main difference being how the view component is coupled to its mediator.

-=Cliff>


Title: Re: from AS3 to ObjectiveC
Post by: eco_bach on March 08, 2010, 05:52:25
Thanks Cliff...will have a look!