sergdort

3pods

Bento

License: MIT

ReactiveFeedback

A unidirectional data flow µframework, built on top of ReactiveSwift.

License: MIT

  • Swift

RxSegue

Reactive generic segue. Implemented with RxSwift. Abstracts navigation logic

```swift var profileSegue: NavigationSegue { return NavigationSegue(fromViewController: self.navigationController!, toViewControllerFactory: { (sender, context) -> ProfileViewController in let profileViewController: ProfileViewController = ... profileViewController.profileViewModel = context return profileViewController }) } //---------- pushButton.rx_tap .map { return ProfileViewModel(name: "John Doe", email: "[email protected]", avatar: UIImage(named: "avatar")) } .bindTo(profileSegue) .addDisposableTo(disposeBag)

```

License: MIT

  • Swift