I have stored image data in an Sqlite database, and need to load this up into a UIImageView. MonoTouch.UIKit.UIImage has some static methods, FromImage and LoadFromData, which can I use to load this image from the database, and how do I go about doing it? Thanks, Adam Langley