I am currently dealing with the screen where I have to show custom PopOver view controller to the center of the ParentViewController.
I have used
PopOverView.Center = new CGPoint(UIScreen.MainScreen.Bounds.Size.Width / 2, UIScreen.MainScreen.Bounds.Size.Height / 2);
This brought the PopoverViewController to center but the Margins from all 4 sides are uneven.