I have read a little about memory management in objective-c, to make a view available for garbage collection the advice seems to be to set the object to nil. In a view intensive app (creating and removing lots of views) Can we achieve this by Redimming the object, or do we need to set it to null?
Edit: And is in fact Null the same as Nil?
Edit: And is in fact Null the same as Nil?
Last edited: