Objective-C and Foundation running on a Sega Dreamcast
1–4 of 4 posts
Re: Objective-C and Foundation running on a Sega Dreamcast
#2Pretty cool. [+NSArray alloc] isn't auto-released so it needs to be released but it doesn't need to be retained.
Re: Objective-C and Foundation running on a Sega Dreamcast
#3Pretty cool. [+NSArray alloc] isn't auto-released so it needs to be released but it doesn't need to be retained.
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.
Re: Objective-C and Foundation running on a Sega Dreamcast
#4Pretty cool. [+NSArray alloc] isn't auto-released so it needs to be released but it doesn't need to be retained.
Haha, somebody knows their Objective-C!