[iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAnimation...
authorPaul DiPietro <pauldipietro@users.noreply.github.com>
Wed, 16 Nov 2016 10:02:54 +0000 (04:02 -0600)
committerRui Marinho <me@ruimarinho.net>
Wed, 16 Nov 2016 10:02:54 +0000 (11:02 +0100)
commit98235e0eea8b540ac10a71b97ee08a5842abd664
tree83856b6c24d0b8730946cd3241f550623a0d7f7b
parent107ed5e545698a647b9cd1be22745a2c35aeebc4
[iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAnimation (#463)

* [iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAnimation

* Update docs
20 files changed:
Xamarin.Forms.ControlGallery.iOS/Info.plist
Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/MasterDetailPageiOS.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/NavigationPageiOS.cs
Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/TabbedPageiOS.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGallery.cs
Xamarin.Forms.Controls/Xamarin.Forms.Controls.csproj
Xamarin.Forms.Core/PlatformConfiguration/iOSSpecific/Page.cs [new file with mode: 0644]
Xamarin.Forms.Core/PlatformConfiguration/iOSSpecific/StatusBarHiddenMode.cs [new file with mode: 0644]
Xamarin.Forms.Core/PlatformConfiguration/iOSSpecific/UIStatusBarAnimation.cs [new file with mode: 0644]
Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
Xamarin.Forms.Platform.iOS/Platform.cs
Xamarin.Forms.Platform.iOS/PlatformRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/NavigationRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/PageRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/PhoneMasterDetailRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/TabbedRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/TabletMasterDetailRenderer.cs
docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Page.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/StatusBarHiddenMode.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UIStatusBarAnimation.xml [new file with mode: 0644]