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.
我想实现一个可接受值为 1、2、5、10、15、20 和 30 的 UISlider。基本上,我希望 UISlider 在较低分数时具有更精细的比例,而在较高分数时具有更粗略的比例. 我的想法之一是以编程方式从 UISlider 中舍入浮点值。但是,我想知道是否有更优雅的方式来做到这一点?
设置 UISlider 的最小值和最大值,比如 1-10。在代码中,每次滑块的值发生变化时,添加一个 switch 语句,您可以在其中为 1-10 中的每个数字设置一个大小写,您可以设置 15、20、30,任何您想要的数字。