MonoTouch.Info - Entries tagged with Progress Bar
MonoTouch Sample - Custom UIAlertView with Progressbar or ActivityIndicator
Today i was playing around creating a some custom loading indicators using the UIAlertView control. After being quite unsatisfied with the content found on the web, i decided to rollup my own custom control in order to simplify the implementation. This implementation makes use of the this.InvokeOnMainThread function, so the UIView is redrawn properly.
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.