Top of the page
Close

This is a red error

This is a red error

This is a red error

Show custom error messages with UIAlertView

Ondrej Rafaj on 2009.08.19 16:10:22

If you want to display your own Error or Alert messages in your iPhone application, you need to use the UIAlertView. This simple snippet will show you how to do that.
UIAlertView * alertView = [[UIAlertView alloc] initWithTitle: @"My Error" message: @"This is my error message." delegate: nil cancelButtonTitle: @"OK" otherButtonTitles: nil];
[alertView show];
[alertView release];
	
This piece of the code can be placed into some action like UIButton has been pressed or something like that.

Ondrej Rafaj

Ondrej Rafaj

Independent iPhone developer @ ondrej-rafaj.co.uk

I am available to give you a free quote or start working on your project ... just give me a call or drop a line. Please find all my details on my portfolio site ondrej-rafaj.co.uk

Back to top Comment

Comments ... Why not to get involved!

We had to disable comments till the problem with spam will be solved, sorry for any inconvenience caused.

Back to top

IE SUCKS, DON'T USE IT :) Digg this page