Is it just me or is there a bug in the DisplayActionSheet function?
When I run the simple demo
var action = await DisplayActionSheet ("ActionSheet: Send to?", "Cancel", null, "Email", "Twitter", "Facebook");
I don't see the Cancel button. As a workaround I can just add "Cancel" to the regular buttons. But it would nice if it worked correctly, I like the separator space above Cancel