Interface Builder "Simulate Interface" not working - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T14:28:17Z http://stackoverflow.com/feeds/question/666530 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/666530/interface-builder-simulate-interface-not-working 1 Interface Builder "Simulate Interface" not working bpapa 2009-03-20T15:02:27Z 2009-11-04T14:53:34Z <p>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. </p> <p>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?</p> http://stackoverflow.com/questions/666530/interface-builder-simulate-interface-not-working/666990#666990 2 Answer by Andy Bourassa for Interface Builder "Simulate Interface" not working Andy Bourassa 2009-03-20T16:48:46Z 2009-03-20T16:48:46Z <p>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"</p> http://stackoverflow.com/questions/666530/interface-builder-simulate-interface-not-working/992146#992146 1 Answer by willc2 for Interface Builder "Simulate Interface" not working willc2 2009-06-14T04:14:07Z 2009-06-14T04:14:07Z <p>The UIView has to be contained within a UIWindow to be visible during Simulate Interface mode. </p> <p>Buttons will show highlight and select behaviors, the Activity Indicator will even animate. </p> <p>UITextField will even let you enter text but the keyboard will only be dismissed via Return key, not by touching outside the text area. </p> <p>Picker views, date views and text views will have dummy values inside but you can scroll them.</p> <p>UIImageViews / UIImages will not appear, even inside buttons or other controls.</p> http://stackoverflow.com/questions/666530/interface-builder-simulate-interface-not-working/1674280#1674280 0 Answer by bpapa for Interface Builder "Simulate Interface" not working bpapa 2009-11-04T14:53:34Z 2009-11-04T14:53:34Z <p>I haven't seen this anymore since 3.0 update</p>