bfeher / BFPaperTableViewCell

A subclass of UITableViewCell for iOS inspired by Google's Paper Material Design.
MIT License
368 stars 44 forks source link

Enhancement: Move tab circle with finger #4

Closed artworkad closed 10 months ago

artworkad commented 9 years ago

As an enhancement, is it possible to have the ripple effect move with your finger like in this picture (see yellow button, from https://github.com/balysv/material-ripple)? In BFPaperTableViewCell it's kind of static.

68747470733a2f2f7261772e6769746875622e636f6d2f62616c7973762f6d6174657269616c2d726970706c652f6d61737465722f6172742f64656d6f2e676966

bfeher commented 9 years ago

Hmm not at this time. If this becomes the norm I might play around and try to get it to move with your tap. Sorry :/

artworkad commented 9 years ago

@bfeher this is no high priority. I think we might need the gesture recognizer to achieve this effect.