AppDevKit v1.6.0 Release Notes
Release Date: 2020-02-18 // over 3 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.