I'm trying to get the absolute value of a CGFloat parameter but I'm getting the following warning:
Absolute value function 'fabsf' given an argument of type 'CGFloat' (aka 'double') but has parameter of type 'float' which may cause truncation of value