The AlertView should look like this.
AlertView Message:
Please provide one of the following parameters to find the doctors.
Speciality
Location
Insurance
views:
95answers:
2
A:
Use \n
for a line break.
... message:@"1st line of message\n2nd line of message\n\n\n5th line of message" ...
KennyTM
2010-05-25 07:38:28
I figured they were buttons not just text...
Andiih
2010-05-25 07:43:48
A:
The UIAlertView can be cusomised :
Some info here http://stackoverflow.com/questions/551530/customizing-uialertview
and here http://www.iphonedevsdk.com/forum/iphone-sdk-development/1704-uitextfield-inside-uialertview.html
However, I think what you want is to build a custom view, or (more simply) use an UIActionSheet - that's the device designed for the purpose!
Andiih
2010-05-25 07:43:24