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

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:

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.

![Calculator Screen](https://cloud.githubusercontent.com/assets/10534896/23197749/56833e9c-f8ba-11e6-845e-65b05e57c32d.png)

# 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).