SwiftCalc is an early iOS calculator app I built as a personal experiment. The repo is a small, from-scratch project — described simply as an “iOS calculator for Mtg” with a focus on the UI design — rather than a polished, shipped application.
The concepts
At its heart this is a calculator: capturing input, running the arithmetic, and presenting the result through a touch-driven interface. The interesting part for me at the time was the UI side — laying out buttons and wiring up the display for iOS. It is very much a learning project from early in my time building mobile apps, so its value now is as a snapshot of that experimentation rather than as a tool to install.
Language: C# Source code: github.com/avnit/SwiftCalc