You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cancel and destroy buttons are optional, and are displayed differently on iOS.
67
68
destroy is in red, cancel is separated from the other buttons.
68
69
This is the best UI practice, don't try to change it.
69
70
71
+
`position` helps the menu to display around that rectangle, preferably below/right/above/left in this order. This is useful on tablets and large screens.
72
+
You can obtain the position of an interaction using the [Gesture](https://github.com/softlion/XamarinFormsGesture) nuget:
0 commit comments