icanzilb / SwiftSpinner

A beautiful activity indicator and modal alert written in Swift (originally developed for my app DoodleDoodle) Using blur effects, translucency, flat and bold design - all iOS 8 latest and greatest
MIT License
2.19k stars 268 forks source link

Is there any possible way to change the circle's height? #141

Open GokmenAkarDNB opened 4 years ago

GokmenAkarDNB commented 4 years ago

I find the circles are huge for my screen and I want to change the sizes of circles, but I didn't succeed. I tried to change frameSize value in framework(SwiftSpinner) (h:200,w:200) to (h:100,w:100) but it didn't work as I expected. Actually nothing changed, sizes were still same.

By the way I really like the SwiftSpinner, in my opinion it's a cool framework to use.

andreamazz commented 4 years ago

Hi @GokmenAkarDNB Changing those values does scale down the spinner. If you tried it in the demo project, make sure to clear the build folder first, the workspace doesn't automatically recompile the library.

ASamirbadran commented 3 years ago

Hi @GokmenAkarDNB Changing those values does scale down the spinner. If you tried it in the demo project, make sure to clear the build folder first, the workspace doesn't automatically recompile the library.

how to change those values ?

andreamazz commented 3 years ago

Hi @GokmenAkarDNB Changing those values does scale down the spinner. If you tried it in the demo project, make sure to clear the build folder first, the workspace doesn't automatically recompile the library.

how to change those values ?

Directly inside the SwiftSpinner source, currently there is no public API to customize that.