I think you should check if you have some code that could block the UI. There are some cases however, where I have also noticed some delays in the UI when debugging on the device.
Dimitris Tavlikos Software Developer Email: [email protected] Twitter: http://twitter.com/#!/dtavlikos Blog: http://software.tavlikos.com On Jul 25, 2011, at 8:20 PM, Dean Cleaver wrote: > Hi, > > I’ve got one screen in my app where I seem to get an unexplained delay before > it’s useable – the logoff screen. Basically, the screen displays quickly, but > sometimes the button won’t respond for 10 to 15 seconds. I have no code > running (I disable the button in ViewDidLoad, and enable it in ViewDidAppear > and it’s always enabled immediately) so I just cannot fathom what could > possibly be happening? Any ideas where to even start looking? > > As you can imagine, it’s a very basic view controller, so I’m stumped. > > Dino > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
