Select the obj-C header you want to view in the editor in Xcode (the individual header files tend to work better, rather than the bridging header), and then click the little button at the top left of the editor section which looks like four little squares (or go to menu and use View > Show Related Items). Choose Generated Interface at the bottom of the list that pops up, and it will show you the Swift version of the objective C header.You can also type the name of an obj-C class into a Swift file, and command-double-click to open up the generated swift header that contains the declaration that class (or method).
Topic:
Programming Languages
SubTopic:
Swift
Tags: