NSUrl nsUrl = new NSUrl(uri.AbsoluteUri); NSData data = NSData.FromUrl(nsUrl); UIImage image = new UIImage(data);
On Wed, Jun 1, 2011 at 3:03 PM, Wally McClure <[email protected] > wrote: > Does anyone have some code for loading an image from a url? > > Wally > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > > -- David Moles [email protected]
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
