Pro Multithreading and Memory Management for iOS and OS X: with ARC, Grand Central Dispatch, and Blocks (Paperback)
Kazuki Sakamoto
- 出版商: Apress
- 出版日期: 2012-04-25
- 售價: $2,400
- 貴賓價: 9.5 折 $2,280
- 語言: 英文
- 頁數: 208
- 裝訂: Paperback
- ISBN: 1430241160
- ISBN-13: 9781430241164
-
相關分類:
Apple Developer
海外代購書籍(需單獨結帳)
相關主題
商品描述
If for you, multithreading is an unsolved mystery and ARC is unexplored territory, then this is the book you'll need to make these concepts clear and send you on your way to becoming a master iOS and OS X developer.
- What are blocks? How are they used with GCD?
- Multithreading with GCD
- Managing objects with ARC
What you’ll learn
- How to use blocks
- How blocks work and are implemented
- Details about GCD
- How and when to use GCD
- To understand ARC technology and how to use it
Who this book is for
This book is for professional OS X and iOS application programmers. In particular, it's for those who want to develop highly responsive applications with concurrent programming.
Table of Contents
- Life before Automatic Reference Counting
- ARC Rules
- ARC Implementation
- Getting Started with Blocks
- Blocks Implementation
- Grand Central Dispatch
- GCD Basics
- GCD Implementation
Appendix A. Example of ARC, Blocks and GCD
Appendix B. References