| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Adding Metal framework support and fix few bugs.tar.gz | 2020-02-18 | 3.2 MB | |
| Adding Metal framework support and fix few bugs.zip | 2020-02-18 | 3.5 MB | |
| README.md | 2020-02-18 | 743 Bytes | |
| Totals: 3 Items | 6.7 MB | 0 | |
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.