Hacker News new | ask | show | jobs
by ksherlock 977 days ago
Pretty cool. [+NSArray alloc] isn't auto-released so it needs to be released but it doesn't need to be retained.
2 comments

I knew someone would catch that. I caught that after looking back at the tweet.

It’s definitely been a hot minute since working without ARC.

Haha, somebody knows their Objective-C!