Closed ibigbug closed 9 years ago
Read the ReadMe and make sure that you connected your MainVC to your YWMainTableViewController with segue properly.
Thanks for help :)
I think I did it right.
In my app, these is only leftMenu
and no rightMenu
needed.
Something curious is that if I add initial datas in loadInitDatas
manually without web request, everything gonna be OK. If use web request, app crashed :(
@ibigbug can you provide stacktrace? you can set an exception breakpoint and find caller of the segue.
I have a controller that inherits
AMSlideMenuLeftTableViewController
like this:When sending a web requset:
Then run it in the simulator and crashed:
2014-08-31 01:21:51.957 FuckVoca[34977:60b] *\ Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Receiver (<MainViewController: 0x8c4ef30>) has no segue with identifier 'rightMenu''
Could u plz help me find out if there was anything I did wrong ?