RxSugar Versions Save

Simple RxSwift extensions for interacting with Apple APIs

v0.1.6

6 years ago

Update for Xcode 9.3

v0.1.5

6 years ago

Makes the macOS scheme shared, so it should be easier to build with Carthage now

v0.1.3

6 years ago

Platforms

  • macOS Target 🎉

Sugars

  • UILabel more Sugar
  • UIDatePicker Sugar
  • UIFocusGuide Sugar
  • UITableView Sugar
  • UIView Accessibility Sugar
  • significantTimeChange Sugar

ObservableType changes

  • Adds ~> binding operator (Closes #4)
  • toVoid
  • mapCollection

v0.1.2

7 years ago

RxSwift 3.0.1

v0.1.1

7 years ago

This release is compatible with RxSwift 3.0

v0.1.0

7 years ago

v0.0.11

8 years ago

Send UITextField text events when editing ends

v0.0.10

8 years ago

Removes all existing warnings from RxSugar as of Xcode 7.3 and swift 2.2

v0.0.9

8 years ago

Bump RxSwift to use at least 2.3 which fixes a swift segfault in Release mode in Xcode 7.3

v0.0.6

8 years ago

Fixes swift compiler segfault in Xcode 7.3.1 GM