Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Storyboard 中使用助手编辑器时,默认行为是打开相应视图控制器的 .h 文件。但我很少需要编辑 .h 文件,而是必须将其切换到 .m 文件。
如何设置为每次自动显示 .m 文件?
在Xcode 5中,Assistant Editor 现在默认打开 .m 文件(而不是 .h 文件)。如果单击右上角的水平箭头,您可以在 .h 和 .m 文件之间跳转。