ios把BOOL装换为OC对象:NSNumber *number = [NSNumber numberWithBool:boolValue];
ios把OC对象装换为BOOL:BOOL
boolValue = [boolNumber
number];
ios把BOOL装换为OC对象:NSNumber *number = [NSNumber numberWithBool:boolValue];
ios把OC对象装换为BOOL:BOOL
boolValue = [boolNumber
number];