user1046037
user1046037

Reputation: 17695

Viewing files one below the other in Xcode

In XCode, how can I view one file below another? Presently I can only view files side by side. Instead I want to view just 2 files one below the other. I'm using Xcode version 4.4.1.

Upvotes: 0

Views: 85

Answers (1)

rob mayoff
rob mayoff

Reputation: 385590

You can change the layout of the Xcode editors in the View > Assistant Editor menu:

Xcode View > Assistant Editor menu

Either “Assistant Editors on Bottom” or “All Editors Stacked Vertically” will arrange the editors the way you want.

Upvotes: 1

Related Questions