500 - 332
eriolmk
- (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonInd
x
{
// the user clicked one of the OK/Cancel buttons
if (buttonIndex == [actionSheet destructiveButtonIndex])
{
//----- CLICKED OK -----
}
else if (buttonIndex == [actionSheet cancelButtonIndex])
{
//----- CLICKED CANCEL -----
}
}
noi hay nada mas que agregar
no sdad
asdada

eriolmk
ResponderEliminar