You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: