How to add Cancel button between two other buttons (stacked) in UIAlertView (iOS)
问题 I am trying to create a UIAlertView with three buttons (which will be stacked). I would like the Cancel button to be in the middle, between the two other buttons. I have tried setting the cancelButtonIndex to 1, but if there are two other buttons, it simply places them at indexes 0 and 1. I know I could just change the names of the buttons, but I want the darker blue formatting of the cancel button. EDIT: ** Please note - I know how to get the three buttons with the titles in the correct