0

How can I implement an UIProgressView with MonoTouch.Dialog?

Is there a way to do it without creating a custom element?

Nazik
  • 8,696
  • 27
  • 77
  • 123
user1868675
  • 127
  • 1
  • 5

2 Answers2

0

I'm using Progress HUB from the Xamarin component catalog in my current project. With the new Xamarin Studio it's easy to install, and it has a clean and easy API to use. There are also plenty of other options in the component catalog

NilsH
  • 13,705
  • 4
  • 41
  • 59
0

You can wrap any UIView into MT.D element with UIViewElement, but keep in mind that there is no cell reuse with that element.

olexa.le
  • 1,697
  • 10
  • 14