Slider with real time in Label

前端 未结 4 1128
Happy的楠姐
Happy的楠姐 2021-01-28 22:04

I need a slider for displaying real time in slider-label from 12-00 AM to 11-45 PM with step size 15 minutes. But I just have no idea how to do it. Сan anybody give some suggest

4条回答
  •  爱一瞬间的悲伤
    2021-01-28 22:47

    You may use NSTimer to call a method every 15 minutes and update the slider/label with the current time.

    You may want to take a look at NSDateFormatter, it may be useful to obtain proper string representation for your date.

提交回复
热议问题