Open iHunterX opened 8 years ago
I did exactly like your example but when i tap the button to call the popup it crash right here
in PopupSBVC.swift class func instance() -> PopupSBVC { let storyboard = UIStoryboard(name: "PopupSBVC", bundle: nil) return storyboard.instantiateInitialViewController() as! PopupSBVC }
in my Viewcontroller.swift
@IBAction func rightBtnClicked(sender: AnyObject) { PopupController .create(self) .show(PopupSBVC.instance()) }
I had the storyboard name PopupSBVC
please help, many thanks
Hi @iHunterX Can I see the logs?
I did exactly like your example but when i tap the button to call the popup it crash right here
in my Viewcontroller.swift
I had the storyboard name PopupSBVC
please help, many thanks