- iOS Programming Cookbook
- Hossam Ghareeb
- 80字
- 2021-07-09 18:29:44
Working with memory management and ARC
If you are coming from the old school where MRC (Manual Reference Counting) was being used for memory management, you definitely know how much headache developers suffer to manage memory in iOS. With iOS 5, Apple introduced ARC (Automatic Reference Counting), and life became easier in terms of memory management. Though ARC manages your memory automatically, some mistakes may ruin your memory with no mercy if you didn't understand the concept of memory management.
推薦閱讀
- 全屋互聯(lián):智能家居系統(tǒng)開發(fā)指南
- Implementing Cisco UCS Solutions
- Hands-On DevOps with Vagrant
- 白話區(qū)塊鏈
- 精通Linux內(nèi)核開發(fā)
- 嵌入式Linux系統(tǒng)開發(fā):基于Yocto Project
- Windows Server 2012網(wǎng)絡(luò)操作系統(tǒng)企業(yè)應(yīng)用案例詳解
- 移動應(yīng)用UI設(shè)計模式(第2版)
- Linux內(nèi)核觀測技術(shù)BPF
- 一學(xué)就會:Windows Vista應(yīng)用完全自學(xué)手冊
- iOS 8開發(fā)指南
- 分布式系統(tǒng)設(shè)計實踐
- Linux網(wǎng)絡(luò)配置與安全管理
- VMware Horizon Mirage Essentials
- 程序員必讀經(jīng)典(算法基礎(chǔ)+計算機系統(tǒng))