X

Objective C Memory Management Essentials

Product ID : 19310500


Galleon Product ID 19310500
Model
Manufacturer
Shipping Dimension Unknown Dimensions
I think this is wrong?
-
1,716

*Price and Stocks may change without prior notice
*Packaging of actual item may differ from photo shown

Pay with

About Objective C Memory Management Essentials

Learn and put into practice various memory management techniques in Objective-C to create robust iOS applications About This BookLearn about the concepts of memory management in Objective-CGet introduced to Swift, an innovative new programming language for Cocoa and Cocoa TouchA step-by-step approach to various memory management techniques with lots of sample code and Xcode projects for your referenceWho This Book Is ForIf you are new to Objective-C or a veteran in iOS application development, this is the book for you. This book will ensure that you can actively learn the methods and concepts in relation to memory management in a more engaging way. Basic knowledge of iOS development is required for this book.What You Will Learn Understand the theoretical basics of memory management Discover how and why memory leaks occur Use Objective-C to stem memory leaks in your application Familiarize yourself with the various memory debugging tools available in Xcode Implement data persistence using Core Data Understand how ARC helps in memory management Introduce yourself to Swift, the brand new programming language to write effective, lightning-fast applications In DetailObjective-C Memory Management Essentials will familiarize you with the basic principles of Objective-C memory management, to create robust and effective iOS applications. You will begin with a basic understanding of memory management, and why memory leaks occur in an application, moving on to autorelease pools and object creation/storage to get an idea of how memory is allocated. You will also see what ARC (Automatic Reference Counting) is and how it helps in memory management. Finally, you will cover examples on how to use the various tools provided by Xcode to help in memory management. You will also get a basic understanding of Swift, the recently introduced programming language to write interactive and lightning-fast applications.By the end of this book, you will have all the necessary knowledge on how to effectively memory-manage your application with best practices.