Crash app in dismissViewControllerAnimated

I navigate between UIViewController and use modal segue


but I want to return use this code:


[self dismissViewControllerAnimated:YES completion:nil];


And i have this error:


EXC_BAD_ACCESS (code=EXC_l386_GPFLT)


what can i do?


Thanks

Hi,


where do you call:

[self dismissViewControllerAnimated:YES completion:nil];


Can you show some more stacktrace?


Dirk

maybe 'self dismisscontroller' is problem

'self' class change to self.navigationviewcontroller

add check uiviewcontroller is included @ UINavigationController.

Crash app in dismissViewControllerAnimated
 
 
Q