AppDevKit v1.6.0 Release Notes

Release Date: 2020-02-18 // about 4 years ago
  • 🚀 This release contains few significant upgrade and recommend to migrate to this version. The changes are below:

    ➕ Adding a new ADKMetalImageView to support Metal framework. It can be used for CIImage instance and render view very fast with GUP clips.

    ➕ Adding ADKHexString compatible of UIColor to support different HEX color formate. EX: 0xFFAA33 and FFAA33.

    ➕ Adding the UIColor support for extended SRGB color space.

    🛠 Fixing the issues that ADKGradientView and ADKMultiGradientView won't display gradient color correctly when setting color contains transparent alpha channel.

    🛠 Fixing the crash issue when PullToRefresh and InfiniteScrolling are using in the same UIScrollView. It would miss the paired removeObserver: method call.


Previous changes from v1.5.0

  • #90 Creating a complicated linear gradient view with orientations for you. Enhancing ADKGradientView with redraw method.
    💻 #87 ADKGradientView supports UI adjustment in InterfaceBuilder.