既然iOS 13和Android Q允许用户在操作系统级别启用暗模式,我如何在Xamarin.Forms中检查它?我已经在我的Xamarin.Forms项目中创建了它,但是我不确定如何从Xamarin.iOS和Xamarin.Android中检索值。<Theme> GetOperatingSystemThemeAsync();
public enum Theme { Light, D
在更新到最新版本的iOSXamarin工具后,每当我在我的window.RootViewController上调用PresentViewController时,这是一个UISplitViewControllerpresentViewController:animated:completion:]: unrecognized selector sent to instance 0x75f46d0
奇怪的是,在我更新Xamarin之前,应用程序运行正常。我目前使用的是<e