Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulajet/rxswiftdemo
Demo for reactive programming in Swift using RxSwift and SnapKit.
https://github.com/abdulajet/rxswiftdemo
demo-app ios rxswift snapkit swift xcode
Last synced: 13 days ago
JSON representation
Demo for reactive programming in Swift using RxSwift and SnapKit.
- Host: GitHub
- URL: https://github.com/abdulajet/rxswiftdemo
- Owner: abdulajet
- Created: 2017-07-10T16:22:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T04:06:11.000Z (over 6 years ago)
- Last Synced: 2024-12-06T21:53:28.899Z (about 1 month ago)
- Topics: demo-app, ios, rxswift, snapkit, swift, xcode
- Language: Swift
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RxSwift demo
A cookie clicker demo to demonstrate reactive programming in Swift using RxSwift and SnapKit.
![Screenshot](/screenshot.png)
## Getting started
You're going to need xcode and CocoaPods installed.
First up, clone or download this repo and CD into the directory then install the pods:
```bash
$ pod install
```
Open the app from cookiesnapkit.xcworkspace