How to use UIStepper Control in an IOS Application. I am using monotouch, C# and examples i have seen are not of c#. the following code doesn't show anything.
UIStepper stepper = new UIStepper();
var section = new Section();
section.Add(stepper);