Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klappradla/swift_calc
ios calculator app in swift
https://github.com/klappradla/swift_calc
Last synced: 6 days ago
JSON representation
ios calculator app in swift
- Host: GitHub
- URL: https://github.com/klappradla/swift_calc
- Owner: klappradla
- Created: 2015-02-12T13:01:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T14:28:34.000Z (over 9 years ago)
- Last Synced: 2024-04-17T03:34:40.891Z (7 months ago)
- Language: Swift
- Size: 270 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swift_calc
A simple calculator app for iOS 8.1, implemented in Swift.
I use this small project to experiment with the Swift language and get to know the Xcode environment.The app is inspired by the 2015 [Stanford Course on Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099). I followed the course and build my own swift_calc from scratch, using a slighly different appraoch than the Stanford course.