Migrating from AS3 to Swift

As iOS 11 no longer supports 32 bit apps, I’ve been revisiting an old app that was built in Flash/ActionScript3 (and packed in 32 bit) and decided it was an opportune moment to migrate it to native iOS Xcode/Swift. Migration was quite an interesting experience, and ultimately gave me a new appreciation for Xcode/Swift, especially auto-layout, size classes, enums and type-strictness.

In general, the app looks and acts virtually identically to its predecessor. Here is the main menu for you:

beforeAfter1.jpg

But in some cases, a change was necessary. As Flash did not have access to native controls, a custom solution was used using a Starling framework called Feathers. Of course from Xcode/Swift native controls were available. I used form builder Eureka to build this up. Here’s the difference:

beforeAfter3.jpg

Charts looked a little differently too. Charts in Flash used a long-dead yahoo framework called Astra. Charts now use Daniel Gindi’s huge Charts framework, which adds some pretty cool features such as pinch to zoom and drag. Here’s the difference:

beforeAfter4.jpg

One problem that I wasn’t able to resolve was detecting data from the old version of the app in new version of the app. I couldn’t find technical information on how Air’s SharedObject was implemented, so unfortunately data has to be reset from this version. Still, better than the app simply not working!

If you’re interested in checking out the new version of the app, you can find it here.

 

 

 

iOS development with Swift - book: https://manning.com/books/ios-development-with-swift video course: https://www.manning.com/livevideo/ios-development-with-swift-lv

Tagged with:
Posted in AIR, Flash, Swift
2 comments on “Migrating from AS3 to Swift
  1. Rich Dresden says:

    Great job! I find Swift somewhat familiar (and in ‘some’ ways similar) to AS3 development from many years ago. I peaked into Xcode way back when I still clung to hope that Flash would survive the wrath of Steve Jobs – but immediately despised Objective as it felt like I was staring at hieroglyphics and not code. Feeling more and more comfortable with Swift these days. Will def pick up your book.

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: