You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 !
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.
The text was updated successfully, but these errors were encountered: