Skip to content

Releases: Rightpoint/RZUtils

2.7.0

05 Oct 15:48

Choose a tag to compare

  • Fix warnings and deprecations on Xcode 10

RZUtils 2.6.0

12 Jan 20:44

Choose a tag to compare

Included in this release:

  • RZAbout - various utilities for building out the "About" section of a settings screen.
  • Bug fixes and stability improvements.

Release 2.5.1

28 Apr 16:20

Choose a tag to compare

Fixes

  • Adding in missing layout methods.

Release 2.5.0

28 Apr 14:58

Choose a tag to compare

Bugfix

  • Keyboard observer no longer forces a view to update its layout.
  • RZBlockKVO observer removal logic for iOS8.
  • Adding imports to fix projects without pch file.
  • RZSingleChildViewController no longer has extra begin/end appearance calls.
  • RZCollectionTableView various fixes.
  • RZBorder maxing out its scale at 2 to prevent scaling on 6+.
  • Remove warnings for iOS8.

Features

  • Keyboard completion blocks now have a keyboard visible property.
  • Additional Autolayout helpers.

2.3.1 - [Bugfix] Fix infinite loop in single child VC

04 Aug 15:59

Choose a tag to compare

Fixed

  • Fix use of property setter inside the setter (d'oh) when changing the transitioner on the single child view controller.

2.3.0 - Add blurred/unblurred image capture method

04 Aug 15:58

Choose a tag to compare

Changes

  • Add a method to image snapshot utils to capture both blurred/unblurred images in one call

2.2.1 - [Bugfix] Fix constraint issue in collection view table cell

30 Jul 20:19

Choose a tag to compare

Fixed

  • Fixed a minor constraint bug in RZCollectionTableViewCell that causes an exception on iOS 8.

2.2.0 - Updates to RZSingleChildContainerViewController

24 Jul 17:34

Choose a tag to compare

Changes

RZSingleChildContainerViewController

  • Add completion block for transition method.
    • Old signature deprecated
  • performBlockWhenLoaded: made private
  • Fix appearance cycle method forwarding (viewWillAppear, etc)
  • Delegate status bar and interface orientation to child VC

2.1.2 - [Bugfix] Fix autolayout fill width/height bug

24 Jul 14:07

Choose a tag to compare

Fixed

  • Fixed a bug with rz_fillContainerHorizontallyWithPadding: and rz_fillContainerVerticallyWithPadding: where a non-zero padding was being applied incorrectly.

2.1.1 - [Bugfix] Fix constraint creation in fill container method

23 Jul 18:35

Choose a tag to compare

Fixed

  • Fixed improper constraint creation in autolayout helper method to fill container.