UIImageView 触摸事件上的波纹效果
我想在收到用户触摸时在 UIImageView 上产生连锁反应。我怎样才能做到这一点。 Opengl是一个不错的选择。但是我应该关注opengl的哪一部分。我是 opengl 的新手。
I want to make a ripple effect on a UIImageView upon receiving the user touch. How can i do this. Opengl is a good option. But on which part of opengl should i need to concentrate. I am new to opengl.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议你看看cocos2d:
它具有内置的涟漪效果。
在其源代码 /tests/EffectsTest.m 下有示例代码
I'd suggest you check out cocos2d:
It has a built-in ripple effect.
There is sample code in their source under /tests/EffectsTest.m