Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum Value and Value per step #32

Open
AbidHussainCom opened this issue Nov 24, 2014 · 1 comment
Open

Maximum Value and Value per step #32

AbidHussainCom opened this issue Nov 24, 2014 · 1 comment

Comments

@AbidHussainCom
Copy link

First of all thanks for such a cool control.
I'm using your control in my app for the purpose of time selection. User can select amount of time upto 12 hours. For precision purposes I'm using 0 seconds as min and 43200 sec as max value. Now I'm facing 2 problems:

  1. Every time the I move the handle the value is incremented by 120sec which means a step of 2 mins. I want it to be 60 sec. But i'm able to find the code where i can edit it.
  2. On an analog clock after 11:59 we go to 00:00. That's understandable But unluckily my requirement is that I can go to 12h. But it jumps to 0 after 11:58. if i increment my max value by another 2 mins then it solves the problem but a space can be seen between the fill line ends. Tell me if something is possible for this case.
@AbidHussainCom
Copy link
Author

Another suggestion is that plz put initWithCoder: method in your code so that people can use it directly with storyboards or nibs directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant