2-button *vertically*-oriented UIAlertView ?

2009-03-29 Thread WT
Hello, in the iPhone application I'm writing, I need to display an alert that may have 2 or 3 buttons, depending on whether or not the device supports some features. The first 2 buttons always have the same titles in the two scenarios but, in the 2-button scenario, the buttons appear

Re: 2-button *vertically*-oriented UIAlertView ?

2009-03-29 Thread Dave DeLong
UIActionSheet might be an appropriate alternative to the AlertView. HTH, Dave On Mar 29, 2009, at 3:28 PM, WT wrote: Hello, in the iPhone application I'm writing, I need to display an alert that may have 2 or 3 buttons, depending on whether or not the device supports some features. The