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: 8 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T04:06:11.000Z (over 7 years ago)
- Last Synced: 2025-01-03T10:12:32.562Z (10 months 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.

## 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