An open API service indexing awesome lists of open source software.

https://github.com/forrestknight/retrocalculator

Simple Retro-Themed Calculator
https://github.com/forrestknight/retrocalculator

Last synced: 7 months ago
JSON representation

Simple Retro-Themed Calculator

Awesome Lists containing this project

README

          

# RetroCalculator

This is a retro-themed simple calculator iOS application.

# What I Learned

* Write simple math operations with Swift
* Integrate UIButtons and sounds
* Design a UI using image assets with UIStackView
* Practice using IBActions and IBOutlets