Dialog.Utilities Namespace

General purpose utility functions that are used by MonoTouch.Dialog UIs, but can also be used by other applications.

Classes

TypeReason
IImageUpdated Interface implemented by objects that want to receive notifications when an image has been downloaded.
ImageLoader Network image loader, with local file system cache and in-memory cache
LRUCache<TKey,TValue>Implements a Least Recently Used Cache