Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nishiyamaosamu committed Dec 4, 2015
1 parent a69dd51 commit 4cd4954
Showing 1 changed file with 30 additions and 7 deletions.
37 changes: 30 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,38 @@
# SwiftBondSample

![menu](https://raw.githubusercontent.com/nishiyamaosamu/SwiftBondSample/master/screenshots/00menu.png)

Samples for [SwiftBond/Bond](https://github.com/SwiftBond/Bond)

- Bond 4.2
- Xcode 7.1.1
- Swift 2.1

## This samples has
- Basic binding
- Combine multiple inputs
- Binding from ViewModel
- Observe a notification
- UITableView
- Bidirectional Binding
## Samples
### Basic binding

![Basic](https://raw.githubusercontent.com/nishiyamaosamu/SwiftBondSample/master/screenshots/01basic.gif)

### Combine multiple inputs

![Combine](https://raw.githubusercontent.com/nishiyamaosamu/SwiftBondSample/master/screenshots/02combine.gif)

### Binding from ViewModel

![viewmodel](https://raw.githubusercontent.com/nishiyamaosamu/SwiftBondSample/master/screenshots/03viewmodel.gif)

### Observe a notification

![notification](https://raw.githubusercontent.com/nishiyamaosamu/SwiftBondSample/master/screenshots/04notification.gif)

### Bidirectional Binding

![Bidirectional](https://raw.githubusercontent.com/nishiyamaosamu/SwiftBondSample/master/screenshots/05bidirectional.gif)

### UITableView

![tableview](https://raw.githubusercontent.com/nishiyamaosamu/SwiftBondSample/master/screenshots/06tableview.png)

### UITableView + Feed with Alamofire

![tableview+feed](https://raw.githubusercontent.com/nishiyamaosamu/SwiftBondSample/master/screenshots/07tableview+feed.png)

0 comments on commit 4cd4954

Please sign in to comment.