Closed MP0w closed 9 years ago
Oh watching the code I understood that there is a button in storyboard and all work only when you tap the little .h image... that was strange!
Yes, this is because taping on cell may trigger two actions.
Taping on the icon will display the reconstructed header file, while taping on the cell itself will display subclasses (only in tree view).
So, for consistency, taping the cell while in list view does nothing.
@nst Aha, this post save my ass! But I think writing this instruction in README.md maybe very helpful. And I think if we add an cell "info" accessory view for opening the header details, and leave the selection for displaying subclasses, it would be better to use.
Not sure if it is normal or not, but when I tap on a class it isn't showed. In some cases there isn't any didSelectRow... so I think is not a bug. I fixed that for me do you want a pull or not?