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
- Host: GitHub
- URL: https://github.com/forrestknight/retrocalculator
- Owner: ForrestKnight
- Created: 2017-01-15T19:53:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T05:48:34.000Z (over 8 years ago)
- Last Synced: 2025-03-26T03:51:12.627Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 308 KB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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