سؤال

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) ?

Thanks a lot for your answers.

هل كانت مفيدة؟

المحلول

There is a sample project on Github, JTGestureBasedTableViewDemo

Link: https://github.com/mystcolor/JTGestureBasedTableViewDemo

نصائح أخرى

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top