Open GokmenAkarDNB opened 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.
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 ?
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.
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.