I'm currently working on an App where Meteors should spawn randomly as enemies. I have this code:
let randomXStart = random(min: CGSize, max: CGSize)
let randomXEnd = random(min: CGSize, max: CGSize)
Which returns:
Argument passed to call that takes no arguments
I'm currently using xcode 9.3.1.
Thanks for your help in advance!