up vote 2 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

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

3 Answers

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|improve this answer
feedback

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|improve this answer
feedback
up vote 0 down vote accepted

I haven't seen this anymore since 3.0 update

link|improve this answer
Can you see images now? – Casebash Dec 17 '09 at 4:54
feedback

Your Answer

 
or
required, but never shown

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