官术网_书友最值得收藏!

Summary

In this chapter, you learned what memory management in Objective-C is and how it works. You also learned the best practices while working with Manual Retain Release, and got an introduction to Automatic Reference Counting, Objective-C Objects, and root classes. ARC basically can be considered as a compile time guard against memory leaks as the compiler will automatically write the release statements for you at compile time. So, there is no need to write verbose release statements in your code to keep it clean and terse.

One tip to note for coding with memory management is that whenever you do alloc and init, then write your release code after that and put it in its appropriate place in your class, you can forget to call the release method after writing some or fixing some bugs. So writing your object release statements after you do alloc and init will help you to keep memory leaks to a minimum so that you won't have a situation where you get a memory leak as you have forgotten to write your object release statement.

In the next chapter, you will learn more about ARC, how it works, its advantages, how to set up your projects to use ARC and memory models in Objective-C and UI Kit with ARC.

主站蜘蛛池模板: 曲水县| 南部县| 化隆| 工布江达县| 思南县| 呼玛县| 年辖:市辖区| 康乐县| 尖扎县| 绥中县| 新丰县| 万全县| 卓资县| 犍为县| 达日县| 西充县| 曲阜市| 孝昌县| 调兵山市| 视频| 仁怀市| 芒康县| 扎囊县| 龙门县| 泉州市| 临洮县| 静安区| 闽清县| 喀什市| 炉霍县| 花莲县| 牡丹江市| 阳江市| 旬邑县| 黄梅县| 县级市| 同心县| 江油市| 华池县| 沛县| 南江县|