Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ramshandilya/swift-notes
- Owner: Ramshandilya
- License: mit
- Created: 2015-06-30T12:42:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T05:03:44.000Z (over 8 years ago)
- Last Synced: 2023-04-12T07:45:49.592Z (over 1 year ago)
- Language: Swift
- Size: 13.5 MB
- Stars: 22
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.