https://github.com/pmusolino/swift-basics
Basics of Apple Swift in playground.
https://github.com/pmusolino/swift-basics
Last synced: 9 months 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 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T16:55:53.000Z (almost 11 years ago)
- Last Synced: 2025-01-29T10:26:21.403Z (11 months 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 support
Inspired by this work: http://mhm5000.gitbooks.io/swift-cheat-sheet/content/index.html
but with some corrections and improvements.