Skip to content
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

Suggestion! #1

Open
magnett opened this issue Nov 24, 2013 · 1 comment
Open

Suggestion! #1

magnett opened this issue Nov 24, 2013 · 1 comment
Assignees

Comments

@magnett
Copy link

magnett commented Nov 24, 2013

First of all, your control is really cool!
What i would like to see as a feature is the ability to select a row without opening it's view so that the user would have the option to either see "more" or tap and go to the next screen.

@ghost ghost assigned tgyhlsb Nov 25, 2013
@tgyhlsb
Copy link
Owner

tgyhlsb commented Nov 25, 2013

You can now call extendCellAtIndexPath: to extend the cell you want when you want.
In my example I call it in my tableViewDidSelectRowAtIndexPath:

Your suggestion made me realize my ExtensiveCellDelegate thing was a huge mess. I Fixed this too.
There is no longer ExtensiveCell class, just subclass UITableViewCell instead.

I hope this will help you do what you want.
Thanks a lot for feedback !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants