I have my Storyboard set up in my Xcode project, I have created a new ABPersonViewController
and set the segue to it.
However, I'm running into a problem that when I make the segue, the view is completely black:
I understand there may be solutions with wrapper classes, which is not what I'm looking for; I feel as though there must be some supported way to do this.
Is there a way to segue to "predefined" view controllers from frameworks like AddressBookUI
?