ninjaprox / NVActivityIndicatorView

A collection of awesome loading animations
MIT License
10.63k stars 1.17k forks source link

Documentation link broken #311

Closed theofficejackpot closed 4 years ago

theofficejackpot commented 4 years ago

https://nvactivityindicatorview.vinhis.me/. is 404.

Secondly, I just pulled 5.0.0 , coming from 4.8.0, and now getting

let activityData = ActivityData(message: "Loading..", type: .circleStrokeSpin)
NVActivityIndicatorPresenter.sharedInstance.startAnimating(activityData)

Use of unresolved identifier 'NVActivityIndicatorPresenter' Use of unresolved identifier 'ActivityData'

Can you please point me to the changes?

summonerriftofficial commented 4 years ago

same error

summonerriftofficial commented 4 years ago

pod 'NVActivityIndicatorView', :git => 'https://github.com/ninjaprox/NVActivityIndicatorView.git', :tag => '4.8.0'

ninjaprox commented 4 years ago

If you wish to use NVActivityIndicatorPresenter, please the following instead:

pod 'NVActivityIndicatorView/Extended'
ninjaprox commented 4 years ago

Close as the document is back, and for breaking changes in 5.0.0, please refer to its release note