【发布时间】:2012-08-09 20:08:19
【问题描述】:
我可能在这里遗漏了一些东西,但是这段代码:
this.oSectionDRs = new Section()
{
new ActivityElement()
{
Caption = Locale.GetLocale("Settings_Loading"),
Animating = true
}
};
// To begin with just show a loading indicator.
this.Root = new RootElement (Locale.GetLocale("Settings_Select"))
{
this.oSectionDRs
};
不显示任何动画的东西。它只显示标签。如何获得动画明星?
【问题讨论】:
标签: c# xamarin.ios monotouch.dialog