Trouble with creating a popover withs storyboard in Xcode

49 views Asked by At

I cannot create a popover with storyboard. The settings are as follows: The github repo: https://github.com/li354886/iOSProjects/tree/v1.1/testPopOver I viewed this video: https://www.youtube.com/watch?v=j5XFMpXLwZQ The popover view controller just behaves as modal.

1

There are 1 answers

1
matt On

Make sure that your app is Universal. You won't see any popovers, by default, on an iPhone-only app. (You can see them in iOS 8, with some extra work, but by default you won't.)