Currently the latest stable release of Xamarin Forms (1.2.1.6229) has 2 different implementations of the Master Detail control on both Android and iOS. Android uses something like a standard native drawer layout, where the master page (usually a menu) slides out over the top of the detail page, obscuring it. iOS uses the more "old fashioned" approach of the master page pushing the detail page off the edge of the screen to the right (essentially the whole page is shunted sideways as the drawer slides out).
Are there any plans to update iOS to match the Android behaviour, so that parity can be achieved across both UIs?