This breaking version replaces all references to the Float
data type with Double
. This will offer greater flexibility in modern swift code which has automatic bridging between CGFloat
and Double
.
This breaking version replaces all references to the Float
data type with Double
. This will offer greater flexibility in modern swift code which has automatic bridging between CGFloat
and Double
.