问题
Is it possible to 'simulate interface' in xcode 4.6? The command seems to be missing :-(
回答1:
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.
回答2:
Is it possible to 'simulate interface' in xcode 4.6? The command seems to be missing :-(
It seems, NO
回答3:
In xcode 4.6, you can find from menu bar:
Editor (NOT Edit) menu >> Simulate Document
This one may be helped :)
来源:https://stackoverflow.com/questions/13623144/interface-builders-simulate-interface-is-gone-in-xcode-4-6