Kevin Cassidy Jr

Results 3 comments of Kevin Cassidy Jr

Are these leaking in ARC or manual reference counting? I avoided the autoreleasing methods wherever possible. Under ARC, autoreleasing Foundation methods still get dumped into the current autorelease pool instead...

Thanks for the input, guys. I've suggested the same solution as @MarkCSmith in the README as it doesn't require any code changes.

Ah thanks, I see. My original implementation in manual ref count used local variables and `-release` as I saw a lot of strings being dumped into the autorelease pool. It...