MonoTouch.Info - Entries tagged with Activity Indicator
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.