CGPointMake in Swift
Use CGPoint(x: Float, y: Float)
You call it a little differently, without the make.
CGPoint(x: 10, y: 20)
Use CGPoint(x: Float, y: Float)
You call it a little differently, without the make.
CGPoint(x: 10, y: 20)