Hello all,
I have a situation where my code works perfectly fine on simulator but breaks while running on device.
There are three screens to navigate. Oncliking a button on first one we navigate to second and on clicking second we navigate to third and on a button event of third we get back to root view controller that is first screen. Now when we comeback there is a UIImageView animation. Now while this animation is in progress if we click a button application breaks, this application breaks on device but not on simulator. what is the problem?