【发布时间】:2017-11-03 17:00:35
【问题描述】:
我有显示警报功能的问题。选项文本不可见。我可以点击它,但文字不可见,如图所示
它背后的代码是:
public async void AlertChange()
{
bool answer;
answer = await DisplayAlert("test?", "Test question", "Yes", "No");
if(answer)
{
.
.
.
.
}
}
【问题讨论】:
标签: c# .net xamarin xamarin.forms popup