nst / RuntimeBrowser

Objective-C Runtime Browser, for Mac OS X and iOS
3.57k stars 510 forks source link

Tapping a class on iPhone (iOS 7 project) does nothing #6

Closed MP0w closed 9 years ago

MP0w commented 10 years ago

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?

MP0w commented 10 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!

nst commented 10 years ago

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.

MemoryReload commented 6 years ago

@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.