https://github.com/dragosrobertn/swiftcalculator
Simple calculator app written in Swift using image assets. :heavy_minus_sign: :heavy_plus_sign:
https://github.com/dragosrobertn/swiftcalculator
swift swift-3 xcode
Last synced: about 1 year ago
JSON representation
Simple calculator app written in Swift using image assets. :heavy_minus_sign: :heavy_plus_sign:
- Host: GitHub
- URL: https://github.com/dragosrobertn/swiftcalculator
- Owner: dragosrobertn
- Created: 2017-02-06T16:20:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T14:19:18.000Z (about 9 years ago)
- Last Synced: 2025-01-28T13:57:38.495Z (about 1 year ago)
- Topics: swift, swift-3, xcode
- Language: Swift
- Homepage:
- Size: 343 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Calculator
This is a basic XCode Project written in Swift and is meant to get myself familiar with using image assets, classes and the Swift syntax.

# Learning Outcomes
- Add and use image assets in XCode.
- Constrain UI elements and group them in stacks. Stack Properties.
- Using tags for identifying actioned UI elements.
- Creating an enumeration type and using it in functions within classes.
- Introduction and use of Optional Types
- Basic OOP stuff.
## Other projects
This project is a part of a few mini [Learning Swift Projects](https://github.com/dragosrobertn/LearningSwiftProjects).