2

Is it possible to 'simulate interface' in xcode 4.6? The command seems to be missing :-(

DTs
  • 1,196
  • 1
  • 11
  • 28

3 Answers3

2

I am using Xcode 5 and you can find this feature under Editor-> Simulate Document (not the Edit menu) as others have pointed out.

However, this feature is only available for Mac xibs and is not available for iOS xibs.

I am guessing this was probably the same situation in Xcode 4.6 back when the question was originally asked, hence the confusion in the other questions and comments.

BergQuester
  • 6,167
  • 27
  • 39
0

Is it possible to 'simulate interface' in xcode 4.6? The command seems to be missing :-(

It seems, NO

CReaTuS
  • 2,593
  • 1
  • 19
  • 31
0

In xcode 4.6, you can find from menu bar:

Editor (NOT Edit) menu >> Simulate Document

This one may be helped :)