NVActivityIndicatorView
NVActivityIndicatorView copied to clipboard
A collection of awesome loading animations
I see, in the latest release `NVActivityIndicatorPresenter` is deprecated, not sure why but I'm looking for its alternative. My requirement is simple: Something is deprecated meaning, planned for removal or...
This is a nice library, but animation completion handler would be nice addition. As I can see, we only have isAnimating property, but it would be more handy to have...
Just fixed safe area on example viewcontroller
I want to add the loader to the window and would like to disable user action. Is there any delegate method to achieve hist
Raising this whilst I'm not sure I'd recommend fixing yet. Follow [this thread for a better explanation of the issue](https://forums.swift.org/t/set-application-extension-api-only-on-a-spm-package/39333). The following common code is unavailable in iOS app extensions....
private lazy var activityData : ActivityData = { let size = CGSize(width: 30, height: 30) let activityData = ActivityData(size: size, message: nil, messageFont: nil, messageSpacing: nil, type: NVActivityIndicatorType.ballRotateChase, color: UIColor.white,...
Hello, How can I add several colors to one indicator. E.g. I'm using .ballPulseSync type and would like to set color for each ball. Thank you.
Question as my title. And cartfile like this: ``` binary "https://xxxxx/xxxxx/NVActivityIndicatorView.json" == 5.1.1 ```