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.
例如,屏幕上有两个滑块,一个上一个,另一个下一个。我想实现以下效果。
用户将上滑块滑动到值 50,然后下滑块将同时滑动到值 50(没有用户滑动)。
我想知道如何实现它?谁能给我看一些源代码之类的?
在滑块 1 的动作事件上只需添加此代码..
[slider2 setValue:slider1.value];