ESTimePicker
ESTimePicker copied to clipboard
loading issue
when I load timer for first time, clock doesn't show.. only after clicking it, values become visible why?
I have the same issue. If i initialize ESTimePicker into viewLoad() of a view controller instead of from storyboard it works without problems
@solarisis There is a simple workaround if you want to use it into storyboard:
- Add view with custom class set to ESTimePicker
- Into relative controller viewDidLoad() method call
setType()
, for examplesetType(.hours, animated: false)
setType()
force to rewrite view
hey I did fix this issue forgot to reply back..
how can i set AM, PM format with this library.i mean how can i store my value with AM PM Notation..?