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.
我想创建一个带有星号的滑块来评估类似于 iTunes 的应用程序的整体体验。知道怎么做吗?
不要重新发明轮毂。试试这个:http ://cocoacontrols.com/platforms/ios/controls/ratestars
创建一个从 0 星到最大星数的普通滑块。还创建一个图像视图。当滑块更改值时,加载该值并将与该评级对应的图像分配给图像视图。
只是一个想法..