SpinKit-ObjC icon indicating copy to clipboard operation
SpinKit-ObjC copied to clipboard

UIKit port of SpinKit

Results 10 SpinKit-ObjC issues
Sort by recently updated
recently updated
newest added

I tried creating a spinner view in the view controller via xib using IBOutlet and in its didSet set up its style. @IBOutlet weak var testSpinner:RTSpinKitView! { didSet { testSpinner.style...

Thanks for great library, its really good. But, I want to display multiple colours for spinner, how can I add that, Its my requirement. Can you please suggest me to...

Added new animation like in "nodejs" version. Screenshot: ![simulator screen shot 8 jun 2017 11 36 35](https://user-images.githubusercontent.com/892182/26919580-f0744a6e-4c3e-11e7-80d3-d962f326d284.png)

Due for an update, don't you think? :D

Hey could you please assist with instructions as to how to use Spinkit in a Swift Project. Thank you.

I was wondering if you can add a radar like animation. The closest to it right now is the Pulse. The radar animation should be 3 pulses in consecutive sequence.

User should be able to specify `UIImage` for rendering in animation instead of basic shapes

Hi, I initiated a new `RTSpinKitView` and added them to main view. Later when I tried to execute `startAnimating`, depends on the style, sometimes it freezes or disappears. Only `RTSpinKitViewStylePlane`...

Hi! Awesome work! I've just added static helpers and using of appearance proxy for convenient using across application. You can merge if you find it useful. Happy coding!

When it's used with MBProgressHUD, it doesn't show up. When it's used standalone, it works.