I want to remove a UILabel from the UIView dynamically. There are some branching and looping, and in the end when I remove it by 'removeFromSuperview' sdk crashes as it doesn't exist anymore, in some cases.
[lbl_timer removeFromSuperview];
So what i wanted is simply how to know if an object exists?
thanks