>>This also will happen if you navigate to a different tab and back. any chance you can post some code (gist.github.com)... in particular, what's in your ViewWillAppear method?
On Wed, Apr 11, 2012 at 8:48 AM, davidortinau <[email protected]> wrote: > I'm having weirdness using DVC and was hoping someone might have seen this > before. My searching here and on Stack Overflow haven't turned up any > similar reports. > > I have an async service that returns a list which I then use Linq to add > Elements to the Root (see link below). > > The view loads and displays an empty table...until you touch it at which > point it displays the expected data. This also will happen if you navigate > to a different tab and back. I've tried RefreshData() and set breakpoints > to > make sure methods aren't called twice unexpectedly. > > I also tried this with custom UITableViewCell and a custom > UITableViewSource. Same result. > > Maybe it's my machine b/c I also have Unity installed with an older copy of > MonoDevelop? > > If anyone has any idea what might be causing this, I've opened a SO > question. Your input is MUCH appreciated. > > > http://stackoverflow.com/questions/10093442/monotouch-dialogviewcontroller-is-empty-until-touched > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/DialogViewController-displays-blank-until-touched-tp4547277p4547277.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
