Open martinjbaker opened 10 years ago
This line in UIImage+Resize.m
[NSException raise:NSInvalidArgumentException format:@"Unsupported content mode: %d", contentMode];
gives an Xcode warning when running in 64-bit:
Format specifies type 'int' but the argument has type 'UIViewContentMode' (aka 'enum UIViewContentMode')
This line in UIImage+Resize.m
gives an Xcode warning when running in 64-bit: