PopupController icon indicating copy to clipboard operation
PopupController copied to clipboard

Crashes on pop

Open ClickedApps opened this issue 8 years ago • 4 comments

App crashes due to this: return storyboard.instantiateInitialViewController() as! PopupView

ClickedApps avatar Feb 10 '17 23:02 ClickedApps

fatal error: unexpectedly found nil while unwrapping an Optional value

ClickedApps avatar Feb 10 '17 23:02 ClickedApps

welp fixed it :)

ClickedApps avatar Feb 10 '17 23:02 ClickedApps

New issue, this doesn't work

closeHandler?()

It also doesn't work on your example for democontroller1

ClickedApps avatar Feb 10 '17 23:02 ClickedApps

Hey @ClickedApps In your popup storyboard set your viewController as initialViewController and it will work. screen shot 2017-05-13 at 13 38 32

keyhan76 avatar May 13 '17 09:05 keyhan76