In my project I am using a storyboard.
There is view controller MyViewController
. MyViewController
has button, on click of button it opens a Isgl3DViewController
.
Isgl3dViewController
has an animated 3d object. Isgl3dViewController
also has a Close button, which dismisses the Isgl3dViewController
and moves to MyViewController
.
Now, when I am doing this first time, everything is working fine. I am able to see animated object and able to move MyViewController
on click of Close Button.
But second time, when I click on MyViewController's button to display animation, Application being crashed again and again.
When it's working fine in first time then why app crashes in second time? Please help me out this.
For Reference I am attaching screenshot.