Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pmusolino/swift-basics
- Owner: pmusolino
- License: gpl-2.0
- Created: 2015-02-07T16:44:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T16:55:53.000Z (almost 10 years ago)
- Last Synced: 2023-05-10T12:25:25.774Z (over 1 year ago)
- Language: Swift
- Homepage: http://www.codeido.com
- Size: 145 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 supportInspired by this work: http://mhm5000.gitbooks.io/swift-cheat-sheet/content/index.html
but with some corrections and improvements.