Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.