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

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.

主站蜘蛛池模板: 鄄城县| 江永县| 安国市| 西城区| 左贡县| 定安县| 鞍山市| 高碑店市| 手游| 彭州市| 丘北县| 封丘县| 如东县| 台中县| 扬州市| 卓尼县| 咸丰县| 祁门县| 虹口区| 石渠县| 专栏| 桦川县| 夏邑县| 滦平县| 丽水市| 清远市| 若尔盖县| 定西市| 沧州市| 拜城县| 桐庐县| 台安县| 盐池县| 宜都市| 扶风县| 贺州市| 资中县| 东安县| 抚远县| 奇台县| 梧州市|