I agree, this is a matter of design.

Every time a xib is loaded at runtime, it loads everything it contains. So if 
you have for example, 10 xibs which are all inside the MainWindow.xib... they 
will all load at startup.

(hello Miguel)

Dimitris Tavlikos
Software Developer
Email: [email protected]
Twitter: @dtavlikos
Blog: http://software.tavlikos.com





On Jun 3, 2011, at 5:27 PM, Miguel de Icaza wrote:

> Hello,
> 
> App with 32 view controllers takes 5.75 seconds to start up on a 2nd gen
> iPod touch? So what - make use of your default.png and make the users
> think it's doing something meaningful.
> 
> This is a problem in general with interfaces created with Interface Builder, 
> if you reference the extra screens, you will pay the startup price.
> 
> Apple recommends that you avoid this, by creating as small as possible XIB 
> files: one XIB file per view controller.
> 
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to