简体   繁体   中英

CircularSpinner Version in Swift 4 or 5 in Xcode 11.4

Did someone used CircularSpinner for iOS?I used Circular Spinner in Xcode 10.1 with Swift 3 version is oK.

I am facing issued after installing Pod, pod 'CircularSpinner' Error is错误 Pod 文件是 Installed version is

在此处输入图像描述

Does I need to add version to fixed this Pod issues?

Seems the Swift version hasn't been updated for this pod, try installing the Objective-C version and use Bridging Headers that to access it in Swift

pod 'CircularSpinner' only supports upto Swift 3 only. You must find an alternate for this library and my suggestion is

pod 'UICircularProgressRing'

Take a look at https://github.com/luispadron/UICircularProgressRing . I have used this and it is very useful and highly customisable.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM