AssistoLab/KVNProgress

GLKit is deprecated. Consider migrating to MetalKit instead.

Opened this issue · 0 comments

XCode 11.4 shows the following Deprecation warning for KVNProgress 2.3.5:

"GLKit is deprecated. Consider migrating to MetalKit instead."

Bildschirmfoto 2020-03-25 um 22 24 53

MetalKit requires iOS 9.0+, so this change would change the minimum required iOS Version for KVNProgress to this.

I would like to investigate necessary changes, does someone know the key GLKit usages of KVNProgress ?