That's what I did. One xib per VC. If nothing else 30+ controllers in one
xib would probably choke IB ­ that would be a hell of a lot of xml.

From:  Miguel de Icaza <[email protected]>
Date:  Fri, 03 Jun 2011 10:27:55 -0400
To:  Pete Macko <[email protected]>
Cc:  Nic Wise <[email protected]>, <[email protected]>
Subject:  Re: [MonoTouch] Time for action

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

Reply via email to