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.