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 U 的一部电影中看到了这一点(我认为是斯坦福)。不幸的是,我找不到确切的视频......所以如果你知道请告诉我。
我想创建一个视图,用户可以在其中使用滑块来更改笑脸。
所以我目前的计划是继承 UIView,然后使用 drawInRect 进行绘图。但是如何将滑块值连接到我的绘图以及如何“平滑”更新它?
在滑块的值更改处理程序中,要求视图重绘自身。视图应首先清除其上下文,然后根据您将传递给它的输入(滑块的值)做它需要做的任何事情,然后再要求它使用-setNeedsDisplayet al 重绘自己。
-setNeedsDisplay