vote up 1 vote down star

I am using Interface Builder to play around with some ideas. I never noticed that there is a "Simulate Interface" feature which apparently will render the nib in the iPhone simulator. So, I created a view, put one component in there (a Segmented Control), saved it, selected "Simulate Interface", the simulator launched but... nothing rendered in the simulator. Just a black screen.

I thought maybe my nib wasn't complete enough, so I've tried it with all of my old nibs and I'm having the same problem with all of them. None of them render in the simulator at all. Is there some trick that I'm missing?

flag

Doesn't seem to be relevant anymore as since updating to 3.0 I haven't had the issue. – bpapa Nov 4 at 14:53

3 Answers

vote up 2 vote down

I think this is essentially the same as doing "build and go" from xcode, your interface needs to be hooked up to a working application for it to "simulate"

link|flag
vote up 1 vote down

The UIView has to be contained within a UIWindow to be visible during Simulate Interface mode.

Buttons will show highlight and select behaviors, the Activity Indicator will even animate.

UITextField will even let you enter text but the keyboard will only be dismissed via Return key, not by touching outside the text area.

Picker views, date views and text views will have dummy values inside but you can scroll them.

UIImageViews / UIImages will not appear, even inside buttons or other controls.

link|flag
vote up 0 vote down check

I haven't seen this anymore since 3.0 update

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.