Archive for 'MonoTouch.Dialog.Extensions'

Im Back hehe new updates to MonoTouch.Dialog.Extensions

Well after a bit of a hiatus on iOS Dev, i’m back. I added a new “SpiffyDialogViewController” to the MT.D.Ext library today. Its based off of Miguel’s code sample in MT.d to do a backgroun image on a UITable, but wasn’t working correctly on the iPad aka not at all. So i did some research [...]

MonoTouch.Dialog.Extensions Release

Hey everyone. I’ve released the 1st version of MonoTouch.Dialog.Extensions at http://github.com/SuperYeti/MonoTouch.Dialog.Extensions. The first addition is a UrlImageStringElement extension that will load an image and caption from a URL, save the image on the file system, and create a thumbnail for it. This also utilizes an LRU cache, and download throttling mechanism thanks to Miguel for [...]