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.
我有两个视图UISlider并UIScrollView添加到UIView 我在UIScrollView2*10 矩阵上以网格格式显示图像。我已经定制了我的 UISlider 并添加到 UIView。现在,当我更改 UISlider 值时,滚动视图会自动推送。任何人都可以为我的实施提供建议。
UISlider
UIScrollView
UIView
@提前致谢
问候基兰库马尔
试试NSNotification。先给scrollView添加一个通知观察者,当UISlider发生变化时,发布通知让scrollView自动滚动。
NSNotification