I am trying to use a Swift function to place a circle in the centre of a view so it is always on centre regardless of screen size. I can draw the circle at a point defined by a
One thing you can do is use the _ to discard the return value from the function if you have no need for the value being return.
let _ = screenCentre()