Reputation: 925
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
Reputation: 852
you can use minuteInterval
property on your UIDatePicker
object. it's all in the documentation you know
Upvotes: 1