Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: from AS3 to ObjectiveC  (Read 6695 times)
eco_bach
Courseware Beta
Sr. Member
***
Posts: 81


View Profile Email
« 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.

Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 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>
Logged
eco_bach
Courseware Beta
Sr. Member
***
Posts: 81


View Profile Email
« Reply #2 on: March 08, 2010, 05:52:25 »

Thanks Cliff...will have a look!
Logged
Pages: [1]
Print