Xamarin 表单以模式显示进度圈

问题描述

Modal with Circle wait cursor

我想要一个像这个图像这样的模式作为等待光标。在这里,当点击下一步时,会出现一个白色模态,其中有一个圆圈在里面移动。

enter image description here

解决方法

您可以使用 Acr.UserDialogs

当你想显示圆形加载进度时,你只需要调用它:

UserDialogs.Instance.Loading("");

效果如下:

enter image description here

,

这太棒了:https://github.com/suneelbiyyapu/DisplayPopUp

我只是在这个项目中添加了 gif,一切都很好。谢谢,Suneel

enter image description here

并成功添加到我的项目中: Implemented on my app