I was wondering how can I make visual effects like the ones in the Clear app or the one you can perform in the Twitter app on iPad (by pinching between two rows in a tableview) ?
我想知道如何制作Clear应用程序中的视觉效果或者你可以在iPad上的Twitter应用程序中执行的视觉效果(通过在tableview中的两行之间捏合)?
Thanks a lot for your answers.
非常感谢你的回答。
2 个解决方案
#1
6
There is a sample project on Github, JTGestureBasedTableViewDemo
Github上有一个示例项目,JTGestureBasedTableViewDemo
Link: https://github.com/mystcolor/JTGestureBasedTableViewDemo
#2
1
You could look into this component:
你可以看一下这个组件:
http://cocoacontrols.com/platforms/ios/controls/pulltorefreshtransform
See how the top row transform is implemented and use the idea for your needs. You'll probably need to use pinch gestures to make this work like in "Clear"
了解如何实现顶行变换,并根据需要使用该创意。您可能需要使用捏合手势来使其像“清除”一样工作
Hope I gave you a good starting point. Good luck
希望我给你一个很好的起点。祝你好运
#1
6
There is a sample project on Github, JTGestureBasedTableViewDemo
Github上有一个示例项目,JTGestureBasedTableViewDemo
Link: https://github.com/mystcolor/JTGestureBasedTableViewDemo
#2
1
You could look into this component:
你可以看一下这个组件:
http://cocoacontrols.com/platforms/ios/controls/pulltorefreshtransform
See how the top row transform is implemented and use the idea for your needs. You'll probably need to use pinch gestures to make this work like in "Clear"
了解如何实现顶行变换,并根据需要使用该创意。您可能需要使用捏合手势来使其像“清除”一样工作
Hope I gave you a good starting point. Good luck
希望我给你一个很好的起点。祝你好运