Tagged Questions

12
votes
1answer
3k views

Use NSArray to to specify otherButtonTitles?

UIAlertSheet's constructor takes an otherButtonTitles parameter as a varg list. I'd like to specify the other button titles from an NSArray instead. Is this possible? i.e. I have to do this: id ...
0
votes
3answers
1k views

UIAlertView button press causing crash, when all others work fine

I have an alertview which displays fine. In my header I've included the UIAlertViewDelegate, but for some reason whenever I click a button on the alert view my app crashes with a bad excess, saying ...