UIDatePicker bug? UIControlEventValueChanged after hitting minimum internal

后端 未结 7 659
星月不相逢
星月不相逢 2020-12-08 05:21

I\'ve run into a weird effect that sure looks like a bug in iOS7 -- but often in the past, when I have thought I found a bug in Apple\'s APIs, it has turned out to be my own

相关标签:
7条回答
  • 2020-12-08 05:44

    For Swift 3:

    DispatchQueue.main.async(execute: {
        yourPicker.countDownDuration = TimeInterval() 
    })
    
    0 讨论(0)
提交回复
热议问题