I am making an iOS 8 app, and I like to use the storyboard whenever possible. My problem is very simple, I want to make a simple popover view that appears when a user clicks a button entirely from storyboard! When the user taps on "ADD" the popover is displayed.
So I did that:
It works on iPad:
but on iPhones (anyone) it displays the popover on fullscreen.
But I thought that the new popover system works on iOS 8 (my deployment Target is iOS 8)
Someone knows why? Thank you in advance. And sorry for my English.