summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Forms.cs
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-10-11 16:47:50 +0200
committerStephane Delcroix <stephane@delcroix.org>2017-10-18 17:16:12 +0200
commit72fd2eef5fbe120159cfbf10316b55b85370d668 (patch)
tree79c4f21e1ca18b8f8ebcc649833ee24f1eb0e09d /Xamarin.Forms.Platform.iOS/Forms.cs
parentb423e7cc07e217295eb837ef7c335a449db7a3a5 (diff)
downloadxamarin-forms-72fd2eef5fbe120159cfbf10316b55b85370d668.tar.gz
xamarin-forms-72fd2eef5fbe120159cfbf10316b55b85370d668.tar.bz2
xamarin-forms-72fd2eef5fbe120159cfbf10316b55b85370d668.zip
[*] Expose the Flags to the Core (#1181)
* [*] Expose the Flags to the Core * docs * [C] Hide Device.Flags
Diffstat (limited to 'Xamarin.Forms.Platform.iOS/Forms.cs')
-rw-r--r--Xamarin.Forms.Platform.iOS/Forms.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.iOS/Forms.cs b/Xamarin.Forms.Platform.iOS/Forms.cs
index d7455a88..a47efd04 100644
--- a/Xamarin.Forms.Platform.iOS/Forms.cs
+++ b/Xamarin.Forms.Platform.iOS/Forms.cs
@@ -93,6 +93,7 @@ namespace Xamarin.Forms
#else
Device.SetIdiom(TargetIdiom.Desktop);
#endif
+ Device.SetFlags(s_flags);
Device.PlatformServices = new IOSPlatformServices();
Device.Info = new IOSDeviceInfo();