iphone - UIAlertview Button columns -
In the iphone application, we can set the number of columns in the UIAlertView like I have six buttons in the UIRreview, so how do I show it 2 columns and 3 lines if someone has done this, please share this how it will be done ..
Any sample code will be of extra help
A UIAlertView is just a UIView . Then you can add the button manually in UIAlertView in two column configurations, an example of adding UITextField s, but I'm sure you can customize it .
Note that there are two buttons in UIAlertView that the apple is backed up -)
Comments
Post a Comment