2011-11-01 3 views

답변

1
@try { 
    crashy code 
} @catch (NSException *e) { 
    no crash for me 
} @finally { 
    happens whether the code was successful or not 
} 
관련 문제