Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashfurrow/mbltdev
Sample code for MBLTDev
https://github.com/ashfurrow/mbltdev
Last synced: 2 months ago
JSON representation
Sample code for MBLTDev
- Host: GitHub
- URL: https://github.com/ashfurrow/mbltdev
- Owner: ashfurrow
- License: mit
- Created: 2014-10-24T14:31:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T11:26:34.000Z (almost 10 years ago)
- Last Synced: 2024-05-09T20:01:59.803Z (8 months ago)
- Language: Swift
- Homepage: https://speakerdeck.com/ashfurrow/functional-reactive-programming-in-swift
- Size: 178 KB
- Stars: 30
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MBLTDev
=======Demo of using ReactiveCocoa with Swift at [MBLTDev 2014](http://mbltdev.ru). Slides are available [online](https://speakerdeck.com/ashfurrow/functional-reactive-programming-in-swift).
Instructions
----------------You'll need to *clone* this repo, *not* download it's zip file.
```sh
git clone https://github.com/AshFurrow/MBLTDev.git
cd MBLTDev
git submodule update --init
./submodules/ReactiveCocoa/script/bootstrap
```And open the main Xcode workspace.
Explanation
----------------So basically this is a bare-bones setup for what an app using Swift with ReactiveCocoa would look like. Create a workspace with your app and add ReactiveCocoa and LlamaKit. You also have to have your app's target build against ReactiveCocoa and LlamaKit in order to work (at the moment).