如何在 IOS 应用程序中使用 UIStepper 控件。我正在使用 monotouch、C# 和我见过的例子不是 c#。以下代码不显示任何内容。
UIStepper stepper = new UIStepper();
var section = new Section();
section.Add(stepper);
如何在 IOS 应用程序中使用 UIStepper 控件。我正在使用 monotouch、C# 和我见过的例子不是 c#。以下代码不显示任何内容。
UIStepper stepper = new UIStepper();
var section = new Section();
section.Add(stepper);