Cocoa Memory Management – Simple Rules

December 23rd, 2008

Few month ago I started to develop iPhone application for a new customer. Having a lot of .NET experience before (and no Objective-C experience), I was discouraged with absence of garbage collector. Yep, garbage collection is unfortunately not supported under iPhone OS, it is supported only under Mac OS X. Dealing with manual memory allocation/deallocation, releasing/retaining/autoreleasing took time in researches until I’ve reached a good article at stepwise.com. In a bit of information are described common memory management rules and common mistakes. Here it is:

Very simple rules for memory management in Cocoa

For more information please use Apple document Memory Management Programming Guide for Cocoa.

iPhone , , ,

Hello! :)

December 22nd, 2008

Hi, everybody!

I decided to start my own blog :) The reason why is because on my latest project I was need to search answers to my questions over the internet, and many answers were found in blogs. So, I thought, it is a goog idea to share my own knowledge and experience with whole world IT community.

So let’s start and I hope somebody finds my posts helpful :)

Misc ,