Vinh Nguyen

Results 21 comments of Vinh Nguyen

@imuhammadjabbar: You can fork this repo, update the library, and use the fork instead. I don't have plan the update Alamofire soon. Moreover, perhaps I'll remove Alamofire as dependency.

You can find my WIP [here](https://github.com/ninjaprox/LoaderUI/blob/master/Exclude/AudioEqualizer.swift). It's not quite working though.

@joshharington: You could try `Cartography.Expression` instead.

@preetamjadakar Technically, it's still usable, you will get some warnings though. There are changes in the pod names so use `pod 'NVActivityIndicatorView/Extended'` instead as mentioned in [5.0.0 release note](https://github.com/ninjaprox/NVActivityIndicatorView/releases/tag/5.0.0). The...

You can put the animation and the text in an `UIView` and add it to `window`.

@OleksiyRudenko I'm not sure if `${{ github.actor }}` works in `action.yml`, expressions seem to work only in workflow files. Mentioning it in the description should suffice for users.

@anthonycastelli: At the moment, the layout is fixed. Maybe in next version, you can define the layout yourself. Pull request is welcome though.

@SusheelYadavAhex: Here is Swift version of [`BallSpinFadeLoader`](https://github.com/ninjaprox/NVActivityIndicatorView/blob/master/NVActivityIndicatorView/Animations/NVActivityIndicatorAnimationBallSpinFadeLoader.swift). It would be great if you could help port it to Objective C and create a PR for it.