iOS 13 - UIPopoverPresentationController sourceview content visible in the arrow
问题 When I am displaying some view in UIPopoverPresentationController and presenting it as popover popoverCon?.modalPresentationStyle = UIModalPresentationStyle.popover the content have moved upward toward and a some part is being display in the arrow. Further I had border around the popover popoverCon?.view.layer.borderColor = .orange popoverCon?.view.layer.borderWidth = 1.0; popoverCon?.view.layer.cornerRadius = 10.0; popoverCon?.view.layer.masksToBounds = false; it is not showing toward the