This is a discussion on Creating UIAlertView Programmatically within the iPhone/iPad Programming Tutorials forums, part of the Programming Section category; Here is the code to creating a UIAlertView Programmatically: Code: UIAlertView *myAlert = [[[UIAlertView alloc] initWithTitle:@"Sample Title" message:@"Sample Massage" delegate:self ...
Here is the code to creating a UIAlertView Programmatically:
Code:UIAlertView *myAlert = [[[UIAlertView alloc] initWithTitle:@"Sample Title" message:@"Sample Massage" delegate:self cancelButtonTitle:@"Ok" otherButtonTitles:nil] autorelease]; [myAlert show];
MozyMac Founder,Chairman and CEO
MacBook Pro Unibody late 2008 2.4Ghz 4GB ram 250GB HD
MozyMac Youtube Channel