luispadron / UICircularProgressRing

A circular progress bar for iOS written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift Compiler Warning - Deprecated protocol inheritance

osmar106 opened this issue · comments

Starting with Xcode 12.5 I am getting this warning from the compiler

Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead

This library is no longer being maintained unless there are critical issues as I no longer have the time to do so. If you'd like to open a PR doing this id happily review / merge.

If you can target iOS 14 i recommend using the Apple provided ProgressView