Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pnitnam

macrumors newbie
Original poster
Jul 29, 2008
1
0
Hi all

I'm newbie. And I've wonder how to create a view which I can add labels, text fields,... I use UIAlertView class to do it but it is only available for buttons.

Here is my code

UIAlertView *alert = [[UIAlertView alloc] initWithTitle:mad:"UIAlertView" message:mad:"<Alert message>"
delegate:self cancelButtonTitle:mad:"OK" otherButtonTitles:mad:"Cancel", nil];

[alert show];

how can do to add labels, textfield on Alert view?

Thanks
Nam Phan
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.