ESTimePicker icon indicating copy to clipboard operation
ESTimePicker copied to clipboard

loading issue

Open solarisis opened this issue 7 years ago • 4 comments

when I load timer for first time, clock doesn't show.. only after clicking it, values become visible why?

solarisis avatar Jul 28 '17 14:07 solarisis

I have the same issue. If i initialize ESTimePicker into viewLoad() of a view controller instead of from storyboard it works without problems

Dona278 avatar Aug 22 '17 10:08 Dona278

@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 example setType(.hours, animated: false)

setType() force to rewrite view

Dona278 avatar Aug 22 '17 13:08 Dona278

hey I did fix this issue forgot to reply back..

solarisis avatar Oct 20 '17 04:10 solarisis

how can i set AM, PM format with this library.i mean how can i store my value with AM PM Notation..?

MahreenShahzadi avatar Jan 19 '20 16:01 MahreenShahzadi