Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.