[Swift] CGFloatMax in Swift
CGFloatMax / CGFLOAT_MAX는 Swift에서 어떻게 사용할까?
http://stackoverflow.com/a/26188012 에 잘 나와있다.
CGFloat.max 를 사용하면 된다.
How to use the CGFloatMax / CGFLOAT_MAX in Swift lang? The answer is here, http://stackoverflow.com/a/26188012.
You can use the CGFloat.max











