-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selectable cells #2
Comments
Hmm. I'm not sure but I'll take a look. |
It looks like there's a problem with the scroll view blocking the table view's touches. Very interesting. I'm going to continue to investigate but in the mean time, there's another solution you can use. |
I Ash. I liked your approach and I was wondering if you have any news regarding the selection issue. Regards |
It's pretty tricky – sorry I didn't see this issue before publishing the code. I'm travelling next week but I'll keep this in the back of my mind. In the mean time, I'd encourage using the other solution. |
I kinda hacked together a fix. My solution can be found at: https://gist.github.com/jimrutherford/6627337 In a nutshell I've added a new method to the delegate protocol, add a tap gesture recognizer to the ScrollViewContentView, and a method to respond to the gesture. Not sure if it's a good idea to have a protocol in Ash's class with the same name as the protocol method in UITableViewDelegate (it's probably not and I'll likely change this in my own implementation). |
That's a good workaround, too! |
I looked at the other solution you pointed us to, and it's no where near as beautiful as what you've built. Good job! |
Hi. I'm trying jimrutherford fix. As I understand, it does not implement cell highlight on touch down, I'm thinking about using this one to replace the UITapGR http://stackoverflow.com/questions/15628133/uitapgesturerecognizer-make-it-work-on-touch-down-not-touch-up. |
Hi guys, I'd like to notice you that I forked / refactored / extended Ash's original code to better suit my needs (a slightly different take on cell contents) and to integrate Jim idea (altough with different implementation). My code is here https://github.com/mbigatti/BMXSwipableCell. Feedback is appreciated and also please tell me if you feel the acknowledgements needs improvements. |
@mbigatti Looks solid! Let me fork it and check out the implementation details. |
Actually I found a couple of issues in the meantime. I'll check them out M. Sent from iPhone Il giorno 25/set/2013, alle ore 18:31, Ash Furrow [email protected] @mbigatti https://github.com/mbigatti Looks solid! Let me fork it and — |
It doesn't appear that I'm able to select, highlight, etc. the cell. Is this possible?
The text was updated successfully, but these errors were encountered: