PopupController
PopupController copied to clipboard
Crashes on pop
App crashes due to this: return storyboard.instantiateInitialViewController() as! PopupView
fatal error: unexpectedly found nil while unwrapping an Optional value
welp fixed it :)
New issue, this doesn't work
closeHandler?()
It also doesn't work on your example for democontroller1
Hey @ClickedApps
In your popup storyboard set your viewController as initialViewController and it will work.