开发者

Opening a new workspace in Xcode 4

开发者 https://www.devze.com 2023-02-18 16:38 出处:网络
开发者_开发问答I\'ve found that if I close the default workspace window in Xcode, if I try to open any new files (including by selecting New Window), they all open up as editors, without the full func
开发者_开发问答

I've found that if I close the default workspace window in Xcode, if I try to open any new files (including by selecting New Window), they all open up as editors, without the full functionality of the workspace window. How can I open a new workspace similar to the one that is created by default when you open a project in Xcode?


I'm pretty sure what you're looking for is:

View menu --> Show Tool Bar

Is that the secret?


A follow up tip: you often want Show Utilities. Particularly when you bring up an interface builder editing session. Cheers!


  1. Open Xcode 4
  2. Go to menubar > File > New > New Workspace...
  3. Drag in files to edit to the left pane of the Xcode window
  4. Click the file in the left pane
  5. Start editing! :)
0

精彩评论

暂无评论...
验证码 换一张
取 消