Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiftydegrees/swift-snippets
Many basics to get off a good start with Swift.
https://github.com/fiftydegrees/swift-snippets
Last synced: 3 months ago
JSON representation
Many basics to get off a good start with Swift.
- Host: GitHub
- URL: https://github.com/fiftydegrees/swift-snippets
- Owner: fiftydegrees
- Created: 2014-06-04T17:33:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T22:21:46.000Z (over 10 years ago)
- Last Synced: 2024-05-31T21:01:57.771Z (6 months ago)
- Language: Swift
- Size: 172 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swift-snippets
Many basics to get off a good start with Swift.
# Summary
## protocols
How to create a protocol and use delegation - [complete tutorial here](http://nscurious.com/?p=44)
## asynchronousdownload
Perform an asynchronous download from a remote URL and display it in a collection view cell - [complete tutorial here](http://nscurious.com/?p=55)
## Credits
swift-snippets was developed by [Hervé Heurtault de Lammerville](http://www.hervedroit.com). If you have any feature suggestion or bug report, please help out by creating [an issue](https://github.com/fiftydegrees/swift-snippets/issues/new) on GitHub.