I was able to create a custom popover and added some button, but when I tried to connect it with a segue, it doesn't appear.
Is there any solution for this?
I tried using this code:
@IBAction func WishlistView(sender: AnyObject) {
self.presentViewController(WishlistViewController(), animated: true, completion: nil)
}
Hopefully, someone will answer this.
Thanks!