Add the .destructive button style for the action sheet component
Add a second default button to further emphasize that the action sheet is meant to be used to present explicit options for the user to choose from (instead of the "OK"/"Done" dismissal which is usually better suited for an alert)
Add *.DS_Store to gitignore cuz it’s annoying
Per the HIG, the destructive style is the first option presented (reference).
.destructive
button style for the action sheet component*.DS_Store
to gitignore cuz it’s annoyingPer the HIG, the destructive style is the first option presented (reference).