How create modalVC with navBar and custom size?
问题 I need to create custom modalVC with custom size ( ex: CGSize(width: 100, height: 100) and coordinates). ModalVC may be NOT like popover( popover has rounded corners). There will be navigation bar with item "Done" for dismiss this modalVC. VC will create for UIButton pressing in other VC. There is my code(created of other code, only popover present): class ViewController: UIViewController, UIPopoverPresentationControllerDelegate { @IBOutlet var button: UIButton! @IBAction func buttonPressed