the problem that i m facing is that if i use sth like this :
layer.hidden = YES;
it will skip the animation and the layer will disappear immediately.
If i dun add that, the animation will run, yet at the end of the animation the layer will revert back to its original state. removeFromSuperLayer yields the same effect as hidden.
layer.hidden = YES;
it will skip the animation and the layer will disappear immediately.
If i dun add that, the animation will run, yet at the end of the animation the layer will revert back to its original state. removeFromSuperLayer yields the same effect as hidden.