I tried using NSPopoverits view controller in my Cocoa application, but found that it was not available in Xcode 6 and storyboard environments. I used it in my Cocoa application on Xcode 5.x. I can also use it in a project that was originally created under Xcode 6, but use nib and not use the storyboard. However, a new project created in Xcode 6 with storyboard enabled cannot be found NSPopoverin the object library.
So, how can I use NSPopover and its view controller in an Xcode 6 project under a storyboard?
source
share