Tag Archives: iPhone

Manual Memory Management in Objective-C

Objective-C on iOS has no garbage collector, so it is up to the programmer to make sure that memory is properly freed once an object is no longer needed. On the other hand, Objective-C on the Mac does have a … Continue reading

4 Comments

Filed under Cocoa

Book Review: iPhone In Action

Recently, I had an opportunity to review the book iPhone In Action for DZone. The review went online yesterday, and here’s a link: http://books.dzone.com/reviews/iphone-action-introduction-web

Leave a Comment

Filed under Reviews