Maybe this link gives you some more info: http://www.shrinkrays.net/code-snippets/csharp/monotouch-tips-and-snippets.aspx
>From that page: "When you build a Monotouch application with a provisioning license (whether for the appstore or not), the startup time is generally around 1-2 seconds. The Monotouch team are working on this, however as a stop gap solution a splash screen prevents your users seeing the black screen while it loads, and instead the splash screen launches instantly. This is easy to do, you just put a 320x480 pixel PNG file in the root of your project directory, and call it Default.png (the name is case sensitive). Change the build method of the file to "Content" and this the graphic will then appear instantly, while the application loads. One thing to note, as pointed out by Geoff Norton - the startup time depends on what your application is doing. Monotouch can in some cases be faster than an objective-C equivalent." -- View this message in context: http://monotouch.2284126.n4.nabble.com/I-get-a-black-screen-before-my-application-starts-tp3841229p3841298.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
