| MonoTouch Article - Touch4Apps - UIImage ScaleToFit
Sometimes the image provided by the UIImagePicker is not the right size, and putting it to the UIImageView is not enough as we do need to know the size it was being fit to.
source: blog.touch4apps.com
|
| MonoTouch Sample - Drawing custom progress bars
Ruben has a second MonoTouch post where he creates a simple MonoTouch app that demonstrates how to use Quartz2D to draw custom progress bars. You can download the MonoDevelop project.
The app shows how to draw a simple two color progress bar using alpha transparency and a simple two color gradient progress bar. There are sliders that let you control the colors, transparency level, and progress percentage. The code uses the CGBitmapContext class to create an image and loads it into UIImageView.
source: rlopezxl.wordpress.com
|
| MonoTouch Library - Displaying web images with MonoTouch – UIWebImageView
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.
source: escoz.com
|
| MonoTouch Article - Setting an image background on a UITableView
Mike Bluestein writes a blog entry detailing how to set a background image on a UITableView so that the background doesn't scroll with the table view.
source: mikebluestein.wordpress.com
|
| MonoTouch Article - How to Drag and Drop an Image
A blog post by Marcus Follrud where he explains how easy it is to drag an image around the screen using MonoTouch. It is his first how to article and he usually writes in Swedish so I'm really glad he has added it and look forward to more articles in the future.
source: marcusfollrud.net
|
| MonoTouch Sample - Recreating the Awesome UrbanSpoon UI Effect
Martin Bowling writes a blog post about recreating the UrbanSpoon UI Effect with MonoTouch. Not only does he write about it but he also makes the source code available and embeds a video showing an example. Great post!
source: www.martinbowling.com
|
| MonoTouch Sample - Core Graphics and UIImageView
A blog post by Terry Westley where he shares a sample he created to try out various aspects of Core Graphics. The sample will show drawing some rectangles, a rounded rectangle, applying a gradient, and rotated and centered text.
source: sabonrai.wordpress.com
|




