Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Last active July 11, 2018 09:04
Embed
What would you like to do?
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