Android iOS 的模拟时间选择器?

Android analog time picker for iOS?

我想创建一个类似于您在 Android 中找到的模拟时间选择器,如何在 iOS 中找到它,有人可以给我一个想法吗?

谢谢

我创建了一个功能齐全的模拟时钟作为添加到 iOS 的 spring 动画功能的演示。它在 Github https://github.com/DuncanMC/ClockAnimation. You could start from that. You'd need to rip out the time-telling part, and add a gesture recognizer for setting the amount of time. There is another project on Github that creates a one-finger rotation gesture recognizer. That would be a good option for setting the timer: https://github.com/kirbyt/KTOneFingerRotationGestureRecognizer