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

pnitnam

macrumors newbie
Original poster
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😡"UIAlertView" message😡"<Alert message>"
delegate:self cancelButtonTitle😡"OK" otherButtonTitles😡"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.