Xcode has a “useful feature” (in quotation marks because it does not help me) to generate a quick syntax representation of the objective-c headers.
When using shortcuts to open the .h file (cmd-shift-o then type Foo.h) - sometimes you get into the quick view of Foo.h, and sometimes into the objective-c view.
The vast majority of the time, I want the objective-c view - is there a way to quickly switch to it using keyboard shortcuts when Xcode unloads you in the quick version?
objective-c xcode swift
Ben
source share