Skip to content

Releases: Rightpoint/RZUtils

2.7.0

Choose a tag to compare

@chrisballinger chrisballinger released this 05 Oct 15:48
  • Fix warnings and deprecations on Xcode 10

RZUtils 2.6.0

Choose a tag to compare

@nbonatsakis nbonatsakis released this 12 Jan 20:44

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

Choose a tag to compare

@alexrrouse alexrrouse released this 28 Apr 16:20

Fixes

  • Adding in missing layout methods.

Release 2.5.0

Choose a tag to compare

@alexrrouse alexrrouse released this 28 Apr 14:58

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

Choose a tag to compare

@ndonald2 ndonald2 released this 04 Aug 15:59

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

Choose a tag to compare

@ndonald2 ndonald2 released this 04 Aug 15:58

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

Choose a tag to compare

@ndonald2 ndonald2 released this 30 Jul 20:19

Fixed

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

2.2.0 - Updates to RZSingleChildContainerViewController

Choose a tag to compare

@ndonald2 ndonald2 released this 24 Jul 17:34

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

Choose a tag to compare

@ndonald2 ndonald2 released this 24 Jul 14:07

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

Choose a tag to compare

@ndonald2 ndonald2 released this 23 Jul 18:35

Fixed

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