Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pmusolino/swift-basics

Basics of Apple Swift in playground.
https://github.com/pmusolino/swift-basics

Last synced: 29 days ago
JSON representation

Basics of Apple Swift in playground.

Awesome Lists containing this project

README

        

# swift-basics
Basics of Apple Swift in playground.

A short guide to using Apple's new programming language, Swift.
The files are of type .playground, that permit you to test very fast your code, and experiment with it.

Arguments:
- Basics
- Arrays
- Dictionaries
- Control Flow
- Functions
- Closures
- Classes
- Enums
- Protocols
- Extensions
- Operator Overloading
- Generics
- Emoji/Unicode support

Inspired by this work: http://mhm5000.gitbooks.io/swift-cheat-sheet/content/index.html
but with some corrections and improvements.