Y
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
karmelapple
635 days ago
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.
link
iosguyryan
636 days ago
This is the way
link