amslidemenu

AMSlideMenu crash: Receiver (<MenuViewController: 0x10db0da10>) has no segue with identifier 'rightMenu'

≯℡__Kan透↙ 提交于 2019-12-11 20:49:33
问题 I know there is already a question about this, but the answer provided did not solve my problem. For start, I had 3 three segues pointing to 3 different view controllers and coming from the AMSlideMenuLeftTableViewController class. The first segue and view controller that I created was the view that appeared as the first view (the one that shows when the app loads). However, since I deleted that first view my app crashes immediately after opening it up. This is the crash log: 2014-09-02 17:17

iOS AMSlideMenu Receiver (<MainVC: 0x8f92a90>) has no segue with identifier 'rightMenu''

假如想象 提交于 2019-12-03 22:21:36
问题 I wanted to use the library AMSlideMenu to have a navigation drawer. I saw the YT Tutorial to make my own navigation drawer with it. The problem, it's, I wanted to use ONLY the left menu, and so i've this error, because it doesn't found the rightMenu... How can I solve it ? thx, 回答1: I fixed this by double checking that my Segue Class was set correctly. Click the segue link between your table view and your segue views and ensure you have set the classes to 'AMSlideMenuContentSegue' and the