I am trying to make a popover menu with the following code:
import UIKit class BeobachtungViewController: UIViewController, UIPopoverPresentationControllerD
Change your delegate method to:
func adaptivePresentationStyle(for controller: UIPresentationController, traitCollection: UITraitCollection) -> UIModalPresentationStyle { // return UIModalPresentationStyle.FullScreen return UIModalPresentationStyle.none }