Skip to content

Instantly share code, notes, and snippets.

@Majirefy
Created December 30, 2017 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Majirefy/8aa1d661f768a282947f95b84cabbce2 to your computer and use it in GitHub Desktop.
Save Majirefy/8aa1d661f768a282947f95b84cabbce2 to your computer and use it in GitHub Desktop.
Set title preference on ContentPage.
public partial class ItemsPage : ContentPage
{
public ItemsPage()
{
InitializeComponent();
On<Xamarin.Forms.PlatformConfiguration.iOS>().SetLargeTitleDisplay(LargeTitleDisplayMode.Never);
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment