1
touches

MonoTouch Library - Displaying web images with MonoTouch – UIWebImageView

published 883 days, 22 hours, 1 minute ago posted by https://www.google.com/accounts/o8/id?id=AItOawm_aad-jXydw--OHEVf0kbpN9u80p3pmWYhttps://www.google.com/accounts/o8/id?id=AItOawm_aad-jXydw--OHEVf0kbpN9u80p3pmWY 884 days, 4 hours, 2 minutes ago
Saturday, December 19, 2009 10:06:00 PM GMT Saturday, December 19, 2009 4:05:31 PM GMT

When displaying images from the web on iPhone applications, we should always make sure the images are never be downloaded in the application thread, to avoid locking the application; we should also always display feedback to the user that the image is being loaded. There are several libraries that take care of this functionality in Objective-C, but I couldn’t find anything in C#, using MonoTouch, so I decided to create a simple one.

category: Libraries | clicked: 428 | | source: escoz.com | show counter code
tags: Controls, MonoTouch, Open Source, UIImageView

No comments yet, be the first one to post comment.

To post your comment please login or signup