There i have a problem. When i add button to my alert, but if the button numbers are more than 6, the button will show beyond the alert view frame. How can i display them correctly just like a scroll view?
views:
15answers:
1
A:
Have you thought about splitting it up into two UIAlertViews? Try making your 5th/6th button a "More Options" button, and handle that within the dismissedWithButton function. Then have the last button be a "Cancel" button.
abelito
2010-07-24 03:38:47
Thanks for your answer.It is maybe a solution.But if i have lots of button, how many alerts should i create.What i want is that the buttons can show in one alert, and them can be scrolled? But i can not find this method?
2010-07-24 12:25:54
abelito
2010-07-24 17:38:15