nick shmick
nick shmick

Reputation: 925

How to control UIDatePickerModeCountDownTimer min components?

I hove a date picker that i'v set its mode to UIDatePickerModeCountDownTimer, how can I set the minutes to jump by 15 min..? so my min scroller will be '15 min' , '30 min' , '45 min' etc.

With property control this..? how can I accomplish this ?

tnx ahead

Upvotes: 1

Views: 139

Answers (1)

kap
kap

Reputation: 852

you can use minuteInterval property on your UIDatePicker object. it's all in the documentation you know

Upvotes: 1

Related Questions