Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ramshandilya/swift-notes

Notes on Swift learnings
https://github.com/ramshandilya/swift-notes

Last synced: about 15 hours ago
JSON representation

Notes on Swift learnings

Awesome Lists containing this project

README

        

# Swift Notes Playground
This is a collection of notes taken from my Swift learnings.

Consists of notes for all topics from the [Swift documentation](https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/). The playground files cover each topic with detailed examples and explanations.

## Screenshots
![Basic Types](https://github.com/Ramshandilya/Swift-Notes/blob/master/Screenshots/ScreenShot-BasicTypes.jpg)

![Optionals](https://github.com/Ramshandilya/Swift-Notes/blob/master/Screenshots/ScreenShot-Optionals.jpg)

![Initialization](https://github.com/Ramshandilya/Swift-Notes/blob/master/Screenshots/ScreenShot-Init.jpg)

![ARC](https://github.com/Ramshandilya/Swift-Notes/blob/master/Screenshots/ScreenShot-ARC.jpg)

![Nested Types](https://github.com/Ramshandilya/Swift-Notes/blob/master/Screenshots/ScreenShot-NestedTypes.jpg)

## Requirements
It requires Xcode 7 beta (onwards).
Make sure you view in Rendered Markup mode (Editor > Show Rendered Markup).

## License
Swift-Notes is available under the MIT license. See the LICENSE file for more info.