读书人

ios捕获错误

发布时间: 2012-06-29 15:48:47 作者: rapoo

ios捕获异常

@try?{? Statements? }? @catch (NSException *ex) {? ????????UIAlertView *alert = [[UIAlertView alloc]? ?????????????????????????????????????initWithTitle:[ex name]? ?????????????????????????????????????message:[ex reason]? ?????????????????????????????????????delegate:self??????????????????????????????????????cancelButtonTitle:@"OK"??????????????????????????????????????otherButtonTitles: nil];? ?????????????????????????????????????[alert show];? }?

读书人网 >操作系统

热点推荐