Last Updated: February 25, 2016
·
2.437K
· piperchester

Storyboard Popovers

Custom popovers display content quickly and easily within iOS apps. Sometimes creating them may not be as easy.

Enable the correct segue into the custom popover view controller from a UIBarButtonItem embedded within a UINavigationBar. This is where the view controller will display.

Finally, when creating a custom popover in your Storyboard file, ensure that the popover's size is master, not inferred. This will pop over a view controller that is the proper height in relation to the root view controller.