Skip to content

Releases: tokijh/RxSwiftExtensions

v 1.2.3

09 Jan 03:40
Compare
Choose a tag to compare

Fix podspec RxSwift version issue

v 1.2.2

07 Dec 12:16
278d382
Compare
Choose a tag to compare
  • bind(to [ObserverType?]?)
    Can bind multiple ObserverType in one line
  • bind(to ObserverType?)
    Can bind optional type if observer is nil, it will ignore subscribe

v 1.2.1

13 Oct 12:20
154d16b
Compare
Choose a tag to compare

Extend WithLatestFrom

v 1.2.0

23 Sep 15:29
Compare
Choose a tag to compare

Support Swift 4.2

v 1.1.3

24 Aug 02:00
cbdb785
Compare
Choose a tag to compare

v 1.1.3

Add RxViewController
now you can observe UIViewController methods follow

  • viewDidLoad(Void)
  • viewWillAppear(Bool)
  • viewDidAppear(Bool)
  • viewWillDisappear(Bool)
  • viewDidDisappear(Bool)
  • viewWillLayoutSubviews(Void)
  • viewDidLayoutSubviews(Void)
  • willMoveToParentViewController(UIViewController?)
  • didMoveToParentViewController(UIViewController?)
  • didReceiveMemoryWarning(Void)

Also you can observe follow functions too

  • isVisible(Bool?)
    • Rx observable, triggered when the ViewController appearance state changes (true if the View is being displayed, false otherwise)
  • isDismissing(Bool)
    • Rx observable, triggered when the ViewController is being dismissed

v1.1.2

17 Aug 05:28
Compare
Choose a tag to compare

Fix SectionDataType typo (SectionDataType -> SectionDataType)

v1.1.1

16 Aug 18:25
Compare
Choose a tag to compare

Support iPhone deployment target 8.0

v1.1

16 Aug 18:00
Compare
Choose a tag to compare
Add unit test of UICollectionView, UITableView and SectionData

v1.0.0

14 Aug 10:18
Compare
Choose a tag to compare
1.0.0