Objective-C Fundamentals
eBook - ePub

Objective-C Fundamentals

,
  1. 368 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Objective-C Fundamentals

,
Book details
Table of contents
Citations

About This Book

Summary Objective-C Fundamentals is a hands-on tutorial that leads you from your first line of Objective-C code through the process of building native apps for the iPhone using the latest version of the SDK. You'll learn to avoid the most common pitfalls, while exploring the expressive Objective-C language through numerous example projects.
About the Technology
The iPhone is a sophisticated device, and mastering the Objective C language is the key to unlocking its awesome potential as a mobile computing platform. Objective C's concise, rich syntax and feature set, when matched with the iPhone SDK and the powerful Xcode environment, offers a developers from any background a smooth transition into mobile app development for the iPhone.
About the Book
Objective-C Fundamentals guides you gradually from your first line of Objective-C code through the process of building native apps for the iPhone. Starting with chapter one, you'll dive into iPhone development by building a simple game that you can run immediately. You'll use tools like Xcode 4 and the debugger that will help you become a more efficient programmer. By working through numerous easy-to-follow examples, you'll learn practical techniques and patterns you can use to create solid and stable apps. And you'll find out how to avoid the most common pitfalls.No iOS or mobile experience is required to benefit from this book but familiarity with programming in general is helpful. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
What's Inside

  • Objective-C from the ground up
  • Developing with Xcode 4
  • Examples that work unmodified on iPhone

Table of Contents

PART 1 GETTING STARTED WITH OBJECTIVE-C

  • Building your first iOS application
  • Data types, variables, and constants
  • An introduction to objects
  • Storing data in collections
  • PART 2 BUILDING YOUR OWN OBJECTS
  • Creating classes
  • Extending classes
  • Protocols
  • Dynamic typing and runtime type information
  • Memory management
  • PART 3 MAKING MAXIMUM USE OF FRAMEWORK FUNCTIONALITY
  • Error and exception handling
  • Key-Value Coding and NSPredicate
  • Reading and writing application data
  • Blocks and Grand Central Dispatch
  • Debugging techniques

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Objective-C Fundamentals by in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2011
ISBN
9781638351665

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Preface
  5. Acknowledgments
  6. About this Book
  7. Author Online
  8. About the Cover Illustration
  9. Part 1. Getting started with Objective-C
  10. Chapter 1. Building your first iOS application
  11. Chapter 2. Data types, variables, and constants
  12. Chapter 3. An introduction to objects
  13. Chapter 4. Storing data in collections
  14. Part 2. Building your own objects
  15. Chapter 5. Creating classes
  16. Chapter 6. Extending classes
  17. Chapter 7. Protocols
  18. Chapter 8. Dynamic typing and runtime type information
  19. Chapter 9. Memory management
  20. Part 3. Making maximum use of framework functionality
  21. Chapter 10. Error and exception handling
  22. Chapter 11. Key-Value Coding and NSPredicate
  23. Chapter 12. Reading and writing application data
  24. Chapter 13. Blocks and Grand Central Dispatch
  25. Chapter 14. Debugging techniques
  26. Appendix A. Installing the iOS SDK
  27. Appendix B. The basics of C
  28. Appendix C. Alternatives to Objective-C
  29. Index
  30. List of Figures
  31. List of Tables
  32. List of Listings