How is it best to reload a view for replay?
The problem is that I am trying to call the same XIB/View file over and over. This is a game where the user can replay the level, So I am essentially calling the same view again. This leads to memory problems after a few times - essentially the view's dealloc isnt getting called. I know this because some of the vars when I reload are already set so makes me think that I am not releasing before calling again. Any pointers here?
|