viernes, 15 de octubre de 2010

Ventana Emergente . XCODE


.m

-(void)checkcollision {


UIAlertView *someError = [[UIAlertView alloc] initWithTitle: @"PA" message: @"LETRA P." delegate: self cancelButtonTitle: @"Ok" otherButtonTitles: nil];
[someError show];
[someError release];

}


No hay comentarios:

Publicar un comentario

468x60