Getting the center point of an NSView

Viewed 7785

I need to get the center point of a NSView in the form of a CGPoint, how can I achieve this? I am basically looking for the equivalent of the UIKit, UIView.center

3 Answers
Related