Hacker News new | ask | show | jobs
by klausa 636 days ago
One interesting way of using this I've heard of; is attaching it to a `-[UIViewController dealloc]`, and being able to "hear" (or rather notice the lack of sound) retain cycles this way.
2 comments

I've used it so many times doing that, and also handling UIWebView events where I didn't know what all might happen. Really helpful.
This is the way