Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 iPad 应用程序并使用很多 UISlider。但是当我在 iPad 1 上测试应用程序时,滑块的响应不是很流畅。当滑块的值发生变化时,我什么都不做。仅当释放滑块时(内部/外部修饰)。
也不总是调用内部/外部方法的修饰。
这是 iPad 1 上的常见问题还是由我的应用程序引起的?
如果你想得到一个带滑块的动画,你应该使用实例[slider setValue:0.5 animated:YES]方法。UISlider
[slider setValue:0.5 animated:YES]
UISlider