I have made a AKSwiftSlideMenu slide out menu bar and when i create a new tap i get an EXC_BAD_INSTRUCTION
error in this line of code
if (topViewController.restorationIdentifier! == destViewController.restorationIdentifier!) {
I have tried following the guide multiple times I have been following this guide http://ashishkakkad.com/2015/09/create-your-own-slider-menu-drawer-in-swift/