CaliCastle / PopMenu

A fully customizable popup style menu for iOS 😎
https://popmenu.cali.so
MIT License
1.6k stars 182 forks source link

App crash on hooking popup manager with UIBarButtonItem in navigation bar #16

Closed c-sharma closed 5 years ago

c-sharma commented 5 years ago

✔️ Issue Checklist

✍🏻 Issue Description

App crashing when the popup manager is attached to UIBarButtonItem in the navigation bar. The menu click then loads the corresponding screens on the navigation stack. The first 2-3 times successful transition takes place, however when coming back to the base screen causes the crash. And the AppDelegate.swift shows the crash showing signal SIGABRT.

Pasting below the backtrace:

screen shot 2018-10-28 at 7 32 03 pm

💻 Environment

CaliCastle commented 5 years ago

Tested several times, no crashes whatsoever on my end here, would you provide your code so I can investigate further? (that is if this is still a valid issue) closing for now