Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Last active July 11, 2018 09:04
Show Gist options
  • Save jfversluis/cec9cbdeb57a256935560e1c840d6664 to your computer and use it in GitHub Desktop.
Save jfversluis/cec9cbdeb57a256935560e1c840d6664 to your computer and use it in GitHub Desktop.
public class ModalFormSheetPage : ContentPage
{
public ModalFormSheetPage()
{
Title = "Modal FormSheet";
On<iOS>().SetModalPresentationStyle(UIModalPresentationStyle.FormSheet);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment