-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
Hello,
I was just wondering if you can help me out here. the app is crashing when I am clicking on a cell/row in the data view controller which loads another view controller. The crash is precisely at this line with EXC_BAD_ACCESS:
[viewControllersStack removeObjectAtIndex:indexOfViewController];
I do not get a stack trace. I am printing the descriptions:
Printing description of viewControllersStack:
(
"<ParentViewController: 0x695dcd0>",
"<ChildViewController: 0x69821b0>"
)
indexOfViewController = 1
viewControllerCount = 2
I am not sure whether the info I have provided would be enough.
Please let me know if there is anything additional I can provide.
Regards,
Viraj
Metadata
Metadata
Assignees
Labels
No labels