/SwiftMTGLifeApp

A simple one-page Swift MTG life counter to experiment and learn the framework

Primary LanguageSwift

Because my first Android app was a Life Counter, I though it only fitting that I also made an iOS life Counter (albeit with less functionality).

This application is meant for me to experiment with and get a better grasp on the framework.

I got some experience with Steppers and learned that unlike some things, the Controller does not need to implement their delegate for them to function correctly. There simply needs to be an event listener. I also learned they can all be hooked to the same event listener. (Probably the most important take-away).

A great help : https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/UIKitUICatalog/UIStepper.html#//apple_ref/doc/uid/TP40012857-UIStepper