Releases: Rightpoint/RZUtils
Releases · Rightpoint/RZUtils
2.7.0
RZUtils 2.6.0
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
Fixes
- Adding in missing layout methods.
Release 2.5.0
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
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
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
Fixed
- Fixed a minor constraint bug in
RZCollectionTableViewCellthat causes an exception on iOS 8.
2.2.0 - Updates to RZSingleChildContainerViewController
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
Fixed
- Fixed a bug with
rz_fillContainerHorizontallyWithPadding:andrz_fillContainerVerticallyWithPadding:where a non-zero padding was being applied incorrectly.
2.1.1 - [Bugfix] Fix constraint creation in fill container method
Fixed
- Fixed improper constraint creation in autolayout helper method to fill container.