The position of a UIView can obviously be determined by view.center or view.frame etc. but this only returns the position of the
UIView
view.center
view.frame
Swift 5+:
let globalPoint = aView.superview?.convert(aView.frame.origin, to: nil)