gmertk / GMStepper

A stepper with a sliding label in the middle.
https://github.com/gmertk/GMStepper
MIT License
924 stars 115 forks source link

Allow "timerFireCountModulo" to be changed #29

Open jyounus opened 7 years ago

jyounus commented 7 years ago

Hey,

It would be great if you would expose and make the var timerFireCountModulo: Int into a property which we can change. Currently it's a get-only property.

I'd like to remove the "the longer you hold, the faster it'll change the value" functionality and just make it increment based on my custom value (which in this case would be 2. From your comments: // 0.05 sec * 2 = 0.1 sec). That would be the ideal speed for me.

Thanks

gmertk commented 7 years ago

Hi @jyounus feel free to send a PR, and I'll merge it