I want convert a CGFloat to String with String() but it throw!
extension CGFloat { func stringer() -> String { return String(self)