Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joemasilotti/swift-crash-course

Source code to accompany my livestream on Swift + iOS crash course for Ruby + Rails developers.
https://github.com/joemasilotti/swift-crash-course

Last synced: 29 days ago
JSON representation

Source code to accompany my livestream on Swift + iOS crash course for Ruby + Rails developers.

Awesome Lists containing this project

README

        

# Swift crash course for Ruby developers

Source code to accompany my livestream on [Swift + iOS crash course for Ruby + Rails developers](https://www.youtube.com/watch?v=H58Tj-i2aSE).

## Requirements

* [Xcode 14.3](https://developer.apple.com/xcode/) or higher

## Getting started

1. Clone this repository
1. Open `MyPlayground.playground` in Xcode
1. Editor → Run Playground or ++Enter