How to create a form popup for iPad (iOS 8.1)

I want to create a very basic popup using Swift (8.1) with the view type "Form Sheet", it should be a window that floats in the middle of the screen without fairy tales.

enter image description here

I created two view controllers, one button and connected the button from one controller to another using the "Present As Popover" parameter. The second view controller was selected as "Form Sheet", but the result is incorrect:

enter image description hereenter image description here

Why?

+4
source share
1 answer

Popover. , segue . "Segue" "Modal"

Storyboard segue settings

Objective-C Swift. , Storyboard Segue Swift, Adaptive Segue "Present Modally".

Storyboard segue

+6

All Articles