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
In Swift:
let globalPoint = aView.superview?.convertPoint(aView.frame.origin, toView: nil)