Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

xcodeNewbie

macrumors member
Original poster
Jul 1, 2011
65
0
If I remove an object from its super view, and no other class owns that object, does it get immediately deleted or does it still float around in memory?
 
If I remove an object from its super view, and no other class owns that object, does it get immediately deleted or does it still float around in memory?

You should assume that if you remove a view from its superview and no other object is retaining it, it will be dealloc'ed.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.