domesticcatsoftware / DCIntrospect

Small library of visual debugging tools for iOS.
domesticcat.com.au/projects/introspect
MIT License
2.18k stars 267 forks source link

Provide ability to select a superview #47

Closed cbess closed 12 years ago

cbess commented 12 years ago

Provide a keyboard action that will select the superview of the currently selected view.

gradha commented 12 years ago

Isn't that already implemented? The readme is not complete, run the demo and press ? to get more key information.

cbess commented 12 years ago

I didn't see it. I saw, "center in superview."

gradha commented 12 years ago

Search kDCIntrospectKeysMoveUpInViewHierarchy in DCIntrospectSettings.h.

cbess commented 12 years ago

Ah, thanks! I didn't realize that selects the view as well.