GitXplorerGitXplorer
a

Dranik

public
6 stars
0 forks
0 issues

Commits

List of commits on branch library.
Unverified
68a1f30d6de9aa94defaa54015d8796f0558aa2a

Fastlane test_output removed

aazarov-alexander committed 5 years ago
Unverified
289755097a7f3999b9105ef3402864ea76c38a01

Merge branch 'library' of https://github.com/azarovalex/Dranik into library

aazarov-alexander committed 5 years ago
Unverified
1d8beeb010dcf926136622b349264b1f347645ed

Updated .gitignore

aazarov-alexander committed 5 years ago
Verified
2b3b91d5dbcb016cacbbede715acb523748cc5b8

Update README.md

aazarovalex committed 5 years ago
Verified
81ca3fc5cc83442f2b58ae9c693fdc751b03c909

Update README.md

aazarovalex committed 5 years ago
Verified
a2806f69c03f6b741673edd048c7737f5965a3fb

Create README.md

aazarovalex committed 5 years ago

README

The README file for this repository.

Build Status

Dranik

My own reactive library for Swift. Written even before Combine was released.😎

Currently implemented:

  1. merge, map, filter, flatMap methods
  2. DisposeBag like in RxSwift
  3. Observable.pipe() like in ReactiveSwift
  4. Reactive extention for UITextField
  5. Demo app
  6. Unit tests and CI on Travis with fastlane scan

TODO:

  1. Thread safety
  2. More UIKit extensions
  3. Delete this repository in favor of Combine