MacRuby in Action

Download MacRuby in Action PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638352119
Total Pages : 405 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis MacRuby in Action by : Jerry Cheung

Download or read book MacRuby in Action written by Jerry Cheung and published by Simon and Schuster. This book was released on 2012-04-10 with total page 405 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary MacRuby in Action is a tutorial for Ruby developers who want to code for Mac OS X without learning Objective-C. You'll learn the ins and outs of the MacRuby language, including straightforward examples of creating OS X applications using Cocoa components. About the Technology For Rubyists, it's a real drag switching to a static language like Objective-C for Mac development. Fortunately, you don't have to. MacRuby is a Ruby 1.9 implementation that sits right on the Mac OS X core. It gives you access to the Cocoa framework and easy interoperability with the Mac platform. About the Book MacRuby in Action teaches Ruby developers how to code OS X applications in Ruby. You'll explore key Cocoa design patterns, along with a few twists that MacRuby makes possible. You'll also pick up high-value techniques including system scripting, automated testing practices, and getting your apps ready for the Mac App Store. Written for Rubyists. No experience with Cocoa, Objective-C, or Mac OS X required. 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 Intro to Mac OS X development Full coverage of the Cocoa framework MacRuby for iOS Table of Contents PART 1 STARTING WITH MACRUBY Introducing MacRuby Using Macirb and the Apple development tools Going beyond the basics with Xcode Interface Builder PART 2 TAKE IT FOR A SPIN Using the delegate pattern Notifications and implementing the observer pattern Using key-value coding and key-value observing Implementing persistence with Core Data Core Animation basics PART 3 MACRUBY EXTRAS HotCocoa MacRuby testing MacRuby and the Mac App Store

MacRuby: The Definitive Guide

Download MacRuby: The Definitive Guide PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449380379
Total Pages : 245 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis MacRuby: The Definitive Guide by : Matt Aimonetti

Download or read book MacRuby: The Definitive Guide written by Matt Aimonetti and published by "O'Reilly Media, Inc.". This book was released on 2011-10-20 with total page 245 pages. Available in PDF, EPUB and Kindle. Book excerpt: This in-depth guide shows users how this Apple implementation of the Ruby language provides access to all of the features available to Objective-C programmers. Readers will get clear, detailed explanations of MacRuby, including quick programming techniques such as prototyping classes.

Practical Ruby Projects

Download Practical Ruby Projects PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430204710
Total Pages : 313 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Practical Ruby Projects by : Christopher Cyll

Download or read book Practical Ruby Projects written by Christopher Cyll and published by Apress. This book was released on 2008-03-11 with total page 313 pages. Available in PDF, EPUB and Kindle. Book excerpt: Revitalized by Ruby on Rails, the Ruby language continues to grow in popularity. Books like this are necessary to fill the demand. Here is a classic of its kind; required reading for Ruby programmers who have already mastered the basics and want to learn higher level techniques. Practical Ruby Projects presents nine diverse projects that will teach new and innovative techniques in a learn-by-example fashion. They include a turn-based adventure game and a generative music creator. While there are many other Ruby titles, none of them take this unique project-based approach to teaching.

Learn Cocoa on the Mac

Download Learn Cocoa on the Mac PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430218606
Total Pages : 389 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Learn Cocoa on the Mac by : David Mark

Download or read book Learn Cocoa on the Mac written by David Mark and published by Apress. This book was released on 2010-06-25 with total page 389 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Cocoa frameworks are some of the most powerful frameworks for creating native desktop applications available on any platform today, and Apple gives them away, along with the Xcode development environment, for free! However, for a first-time Mac developer, just firing up Xcode and starting to browse the documentation can be a daunting task. The Objective-C class reference documentation alone would fill thousands of printed pages, not to mention all the other tutorials and guides included with Xcode. Where do you start? Which classes are you going to need to use? How do you use Xcode and the rest of the tools? This book answers these questions and more, helping you find your way through the jungle of classes, tools, and new concepts so that you can get started on the next great Mac OS X application today. Jack Nutting is your guide through this forest; he's lived here for years, and he'll show you which boulder to push, which vine to chop, and which stream to float across in order to make it through. You will learn not only how to use the components of this rich framework, but also which of them fit together, and why. Jack Nutting's approach, combining pragmatic problem-solving with a deep respect for the underlying design philosophies contained within Cocoa, stems from years of experience using these frameworks. He'll show you which parts of your application require you to jump in and code a solution, and which parts are best served by letting Cocoa take you where it wants you to go. The path over what looks like a mountain of components and APIs has never been more thoroughly prepared for your travels. With Jack's guidance, the steep learning curve becomes a pleasurable adventure. There is still much work for the uninitiated, but by the time you're done, you will be well on your way to becoming a Cocoa master.

Programming Cocoa with Ruby

Download Programming Cocoa with Ruby PDF Online Free

Author :
Publisher :
ISBN 13 : 9781934356197
Total Pages : 0 pages
Book Rating : 4.3/5 (561 download)

DOWNLOAD NOW!


Book Synopsis Programming Cocoa with Ruby by : Brian Marick

Download or read book Programming Cocoa with Ruby written by Brian Marick and published by . This book was released on 2009 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: A book for the Ruby programmer who's never written a Mac application before, "Rubycocoa" delves into the Cocoa framework right from the beginning, answering questions and solving problems.

Learn Cocoa on the Mac

Download Learn Cocoa on the Mac PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430245433
Total Pages : 409 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Learn Cocoa on the Mac by : Jack Nutting

Download or read book Learn Cocoa on the Mac written by Jack Nutting and published by Apress. This book was released on 2013-07-18 with total page 409 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Cocoa frameworks are some of the most powerful for creating native OS X apps available today. However, for a first-time Mac developer, just firing up Xcode 4 and starting to browse the documentation can be a daunting and frustrating task. The Objective-C class reference documentation alone would fill thousands of printed pages, not to mention all the other tutorials and guides included with Xcode. Where do you start? Which classes are you going to need to use? How do you use Xcode and the rest of the tools? Learn Cocoa for the Mac, Second Edition, completely revised for OS X Mountain Lion and XCode 4, answers these questions and more, helping you find your way through the jungle of classes, tools, and new concepts so that you can get started on the next great OS X app today. Jack Nutting and Peter Clark are your guides through this forest; Jack and Peter have lived here for years, and will show you which boulder to push, which vine to chop, and which stream to float across in order to make it through. You will learn not only how to use the components of this rich framework, but also which of them fit together, and why. Jack Nutting’s approach, combining pragmatic problem-solving with a deep respect for the underlying design philosophies contained within Cocoa, stems from years of experience using these frameworks. Peter Clark will show you which parts of your app require you to jump in and code a solution, and which parts are best served by letting Cocoa take you where it wants you to go. The path over what looks like a mountain of components and APIs has never been more thoroughly prepared for your travels. In each chapter, you’ll build an app that explores one or more areas of the Cocoa landscape. With Jack’s and Peter's guidance, the steep learning curve becomes a pleasurable adventure. There is still much work for the uninitiated, but by the time you’re done, you will be well on your way to becoming a Cocoa master.

The Well-Grounded Rubyist

Download The Well-Grounded Rubyist PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638356238
Total Pages : 870 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis The Well-Grounded Rubyist by : Joe Leo

Download or read book The Well-Grounded Rubyist written by Joe Leo and published by Simon and Schuster. This book was released on 2019-03-05 with total page 870 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary The Well-Grounded Rubyist, Third Edition is a beautifully written tutorial that begins with your first Ruby program and takes you all the way to sophisticated topics like reflection, threading, and recursion. Ruby masters David A. Black and Joe Leo distill their years of knowledge for you, concentrating on the language and its uses so you can use Ruby in any way you choose. Updated for Ruby 2.5. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Designed for developer productivity, Ruby is an easy-to-learn dynamic language perfect for creating virtually any kind of software. Its famously friendly development community, countless libraries, and amazing tools, like the Rails framework, have established it as the language of choice for high-profile companies, including GitHub, SlideShare, and Shopify. The future is bright for the well-grounded Rubyist! About the Book In The Well-Grounded Rubyist, Third Edition, expert authors David A. Black and Joseph Leo deliver Ruby mastery in an easy-to-read, casual style. You'll lock in core principles as you write your first Ruby programs. Then, you'll progressively build up to topics like reflection, threading, and recursion, cementing your knowledge with high-value exercises to practice your skills along the way. What's Inside Basic Ruby syntax Running Ruby extensions FP concepts like currying, side-effect-free code, and recursion Ruby 2.5 updates About the Reader For readers with beginner-level programming skills. About the Authors David A. Black is an internationally known Ruby developer and author, and a cofounder of Ruby Central. Ruby teacher and advocate Joseph Leo III is the founder of Def Method and lead organizer of the Gotham Ruby Conference. Table of Contents PART 1 RUBY FOUNDATIONS Bootstrapping your Ruby literacy Objects, methods, and local variables Organizing objects with classes Modules and program organization The default object (self), scope, and visibility Control-flow techniques PART 2 BUILT-IN CLASSES AND MODULES Built-in essentials Strings, symbols, and other scalar objects Collection and container objects Collections central: Enumerable and Enumerator Regular expressions and regexp-based string operations File and I/O operations PART 3 RUBY DYNAMICS Object individuation Callable and runnable objects Callbacks, hooks, and runtime introspection Ruby and functional programming

Ruby Under a Microscope

Download Ruby Under a Microscope PDF Online Free

Author :
Publisher : No Starch Press
ISBN 13 : 1593275277
Total Pages : 362 pages
Book Rating : 4.5/5 (932 download)

DOWNLOAD NOW!


Book Synopsis Ruby Under a Microscope by : Pat Shaughnessy

Download or read book Ruby Under a Microscope written by Pat Shaughnessy and published by No Starch Press. This book was released on 2013 with total page 362 pages. Available in PDF, EPUB and Kindle. Book excerpt: "An under-the-hood look at how the Ruby programming language runs code. Extensively illustrated with complete explanations and hands-on experiments. Covers Ruby 2.x"--

Rails 4 in Action

Download Rails 4 in Action PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638351694
Total Pages : 850 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Rails 4 in Action by : Rebecca Skinner

Download or read book Rails 4 in Action written by Rebecca Skinner and published by Simon and Schuster. This book was released on 2015-08-30 with total page 850 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Rails 4 in Action is a comprehensive introduction to Rails that guides you hands-on through all you'll need to become a competent and confident Rails developer. In it, you'll master Rails 4 by developing a ticket-tracking application that includes RESTful routing, authentication and authorization, file uploads, email, and more. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Book Rails is a full-stack, open source web framework powered by Ruby. Now in version 4, Rails is mature and powerful, and to use it effectively you need more than a few Google searches. You'll find no substitute for the guru's-eye-view of design, testing, deployment, and other real-world concerns that this book provides. Rails 4 in Action is a hands-on guide to the subject. In this fully revised new edition, you'll master Rails 4 by developing a ticket-tracking application that includes RESTful routing, authentication and authorization, file uploads, email, and more. Learn to design your own APIs and successfully deploy a production-quality application. You'll see test-driven development and behavior-driven development in action throughout the book, just like in a top Rails shop. What's Inside Creating your own APIs Using RSpec and Capybara Emphasis on test-first development Fully updated for Rails 4 About the Reader For readers of this book, a background in Ruby is helpful but not required. No Rails experience is assumed. About the Authors Ryan Bigg, Yehuda Katz, Steve Klabnik, and Rebecca Skinner are contributors to Rails and active members of the Rails community. Table of Contents Ruby on Rails, the framework Testing saves your bacon Developing a real Rails application Oh, CRUD! Nested resources Authentication Basic access control Fine-grained access control File uploading Tracking state Tagging Sending email Deployment Designing an API Rack-based applications

Meant to Be Mine

Download Meant to Be Mine PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1982175257
Total Pages : 288 pages
Book Rating : 4.9/5 (821 download)

DOWNLOAD NOW!


Book Synopsis Meant to Be Mine by : Hannah Orenstein

Download or read book Meant to Be Mine written by Hannah Orenstein and published by Simon and Schuster. This book was released on 2022-06-07 with total page 288 pages. Available in PDF, EPUB and Kindle. Book excerpt: "What if you knew exactly when you'd meet the love of your life? Edie Meyer knows. When her Grandma Gloria was a young woman, she had a vision of the exact day she would meet the love of her life--and then Grandpa Ray showed up. Since then, Gloria has accurately predicted the day every single member of the family has met their match. Edie's day is Friday, June 24, 2022. That morning, she boards an airplane to fly to her twin sister Rae's engagement. When a handsome stranger takes a seat in her row, she knows her whole life is about to change. But fate is more complicated than it seems, and her perfect guy may not be so perfect for her after all. After tragedy and a shocking revelation rock Edie's careful world, she has to ask which is more important: fate or love?"--

The Ruby Way

Download The Ruby Way PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 0132480379
Total Pages : 817 pages
Book Rating : 4.1/5 (324 download)

DOWNLOAD NOW!


Book Synopsis The Ruby Way by : Hal Fulton

Download or read book The Ruby Way written by Hal Fulton and published by Addison-Wesley Professional. This book was released on 2015-02-11 with total page 817 pages. Available in PDF, EPUB and Kindle. Book excerpt: For more than a decade, Ruby developers have turned to The Ruby Way for reliable “how-to” guidance on effective Ruby programming. Now, Hal Fulton and André Arko have thoroughly updated this classic guide to cover new language enhancements and developers’ experiences through Ruby 2.1. The new edition illuminates Ruby 2.1 through 400+ examples, each answering the question: “How do I do this in Ruby?” For each example, they present both a task description and realistic technical constraints. Next, they walk step-by-step through presenting one good solution, offering detailed explanations to promote deeper understanding. Conveniently organized by topic, The Ruby Way, Third Edition makes it easier than ever to find the specific solution you want—and to write better code by reflecting Ruby’s unique philosophy and spirit. Coverage includes Ruby 2.1 overview: terminology, philosophy, and basic principles Best practices for strings and regular expressions Efficiently internationalizing your code Performing calculations (including trigonometry, calculus, statistics, and time/date calculations) Working with “Rubyesque” objects such as symbols and ranges Using arrays, hashes, stacks, queues, trees, graphs, and other data structures Efficiently storing data with YAML, JSON, and SQLite3 Leveraging object-oriented and dynamic features, from multiple constructors to program inspection Building GUIs with Shoes 4, Ruby/Tk, Ruby/GTK3, QtRuby, and other toolkits Improving thread performance by understanding Ruby’s synchronization methods and avoiding its pitfalls Automating system administration with Ruby Data formats: JSON, XML, RSS, Atom, RMagick, PDF, and more Testing and debugging with RSpec, Minitest, Cucumber, byebug, and pry Measuring Ruby program performance Packaging and distributing code, and managing dependencies with Bundler Network programming: clients, time servers, POP, SMTP, IMAP, Open-URI Web applications: HTTP servers, Rails, Sinatra, HTML generation, and more Writing distributed Ruby software with drb Choosing modern development tools that maximize your productivity All source code for this book may be downloaded at www.rubyhacker.com. informit.com/aw informit.com/ruby rubyhacker.com/therubyway therubyway.io

Cabin Fever

Download Cabin Fever PDF Online Free

Author :
Publisher : Plume
ISBN 13 : 014751598X
Total Pages : 306 pages
Book Rating : 4.1/5 (475 download)

DOWNLOAD NOW!


Book Synopsis Cabin Fever by : Mandy Smith (Flight attendant)

Download or read book Cabin Fever written by Mandy Smith (Flight attendant) and published by Plume. This book was released on 2015-06-30 with total page 306 pages. Available in PDF, EPUB and Kindle. Book excerpt: A twelve-year veteran flight attendant shares the good, bad and naughty of the job.

Max's Dragon Shirt

Download Max's Dragon Shirt PDF Online Free

Author :
Publisher : Penguin
ISBN 13 : 0140567275
Total Pages : 34 pages
Book Rating : 4.1/5 (45 download)

DOWNLOAD NOW!


Book Synopsis Max's Dragon Shirt by : Rosemary Wells

Download or read book Max's Dragon Shirt written by Rosemary Wells and published by Penguin. This book was released on 2000-07-01 with total page 34 pages. Available in PDF, EPUB and Kindle. Book excerpt: Max's old blue overalls are disgusting, and Ruby has exactly enough money to buy him a new pair of pants. But what Max really wants is a ferocious, green dragon shirt. When the two get separated in the clothing store, the antics begin. Children will cheer as Max unwittingly outwits his bossy, older sister once again. "Another gleeful romp with a pair of unforgettable hares." --Publishers Weekly

Understanding Computation

Download Understanding Computation PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 144933010X
Total Pages : 332 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Understanding Computation by : Tom Stuart

Download or read book Understanding Computation written by Tom Stuart and published by "O'Reilly Media, Inc.". This book was released on 2013-05-15 with total page 332 pages. Available in PDF, EPUB and Kindle. Book excerpt: Finally, you can learn computation theory and programming language design in an engaging, practical way. Understanding Computation explains theoretical computer science in a context you’ll recognize, helping you appreciate why these ideas matter and how they can inform your day-to-day programming. Rather than use mathematical notation or an unfamiliar academic programming language like Haskell or Lisp, this book uses Ruby in a reductionist manner to present formal semantics, automata theory, and functional programming with the lambda calculus. It’s ideal for programmers versed in modern languages, with little or no formal training in computer science. Understand fundamental computing concepts, such as Turing completeness in languages Discover how programs use dynamic semantics to communicate ideas to machines Explore what a computer can do when reduced to its bare essentials Learn how universal Turing machines led to today’s general-purpose computers Perform complex calculations, using simple languages and cellular automata Determine which programming language features are essential for computation Examine how halting and self-referencing make some computing problems unsolvable Analyze programs by using abstract interpretation and type systems

Red Lip Theology

Download Red Lip Theology PDF Online Free

Author :
Publisher : Convergent Books
ISBN 13 : 0593238478
Total Pages : 225 pages
Book Rating : 4.5/5 (932 download)

DOWNLOAD NOW!


Book Synopsis Red Lip Theology by : Candice Marie Benbow

Download or read book Red Lip Theology written by Candice Marie Benbow and published by Convergent Books. This book was released on 2022-01-18 with total page 225 pages. Available in PDF, EPUB and Kindle. Book excerpt: A moving essay collection promoting freedom, self-love, and divine wholeness for Black women and opening new levels of understanding and ideological transformation for non-Black women and allies “Candice Marie Benbow is a once-in-a-generation theologian, the kind who, having ground dogma into dust with the fine point of a stiletto, leads us into the wide-open spaces of faith.”—Brittney Cooper, author of Eloquent Rage and co-editor of The Crunk Feminist Collection Blurring the boundaries of righteous and irreverent, Red Lip Theology invites us to discover freedom in a progressive Christian faith that incorporates activism, feminism, and radical authenticity. Essayist and theologian Candice Marie Benbow’s essays explore universal themes like heartache, loss, forgiveness, and sexuality, and she unflinchingly empowers women who struggle with feeling loved and nurtured by church culture. Benbow writes powerfully about experiences at the heart of her Black womanhood. In honoring her single mother’s love and triumphs—and mourning her unexpected passing—she finds herself forced to shed restrictions she’d been taught to place on her faith practice. And by embracing alternative spirituality and womanist theology, and confronting staid attitudes on body positivity and LGBTQ+ rights, Benbow challenges religious institutions, faith leaders, and communities to reimagine how faith can be a tool of liberation and transformation for women and girls.

Sass and Compass in Action

Download Sass and Compass in Action PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638351015
Total Pages : 342 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Sass and Compass in Action by : Brandon Mathis

Download or read book Sass and Compass in Action written by Brandon Mathis and published by Simon and Schuster. This book was released on 2013-07-25 with total page 342 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Sass and Compass in Action is the definitive guide to stylesheet authoring using these two revolutionary tools. Written for both designers and developers, this book demonstrates the power of both Sass and Compass through a series of examples that address common pain points associated with traditional stylesheet authoring. The book begins with simple topics such as CSS resets and moves on to more involved topics such as grid frameworks and CSS3 vendor implementation differences. About this Book For 15 years, we've been using CSS to patiently paint the web by hand. No more! Sass and Compass add scripting and a library of components to standard CSS so you can simplify stylesheet authoring, automate tedious tasks, and add dynamic styling features to your pages. Think of Sass and Compass as power tools that allow you to paint with remarkable speed and precision. Sass and Compass in Action is a hands-on guide to stylesheet authoring using these two revolutionary tools. This practical book shows you how to eliminate common CSS pain points and concentrate on making your pages pop. You'll begin with simple topics like CSS resets and then progress to more substantial challenges like building a personal stylesheet framework to bundle and reuse your own approaches and opinions. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. What's Inside CSS for desktop and mobile web apps Loaded with examples and reusable techniques Authors are Sass and Compass creators and core team members About the Authors Wynn Netherland is a full stack web developer who co hosts The Changelog Podcast. Chris Eppstein is the creator of Compass and a member of the Sass core team. Brandon Mathis is a passionate professional web designer with deep Sass skills. Nathan Weizenbaum is the creator and lead developer of Sass. Table of Contents PART 1: GETTING ACQUAINTED WITH SASS AND COMPASS Sass and Compass make stylesheets fun again Basic Sass syntax PART 2: USING SASS AND COMPASS IN PRACTICE CSS grids without the math Eliminate the mundane using Compass CSS3 with Compass PART 3: TUNING FOR PRODUCTION Spriting From prototype to production High-performance stylesheets PART 4: ADVANCED SASS AND COMPASS Scripting with Sass Creating and sharing a Compass extension

Objective-C Programming

Download Objective-C Programming PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 0133491900
Total Pages : 371 pages
Book Rating : 4.1/5 (334 download)

DOWNLOAD NOW!


Book Synopsis Objective-C Programming by : Aaron Hillegass

Download or read book Objective-C Programming written by Aaron Hillegass and published by Addison-Wesley Professional. This book was released on 2013-11-20 with total page 371 pages. Available in PDF, EPUB and Kindle. Book excerpt: Want to write iOS apps or desktop Mac applications? This introduction to programming and the Objective-C language is your first step on the journey from someone who uses apps to someone who writes them. Based on Big Nerd Ranch's popular Objective-C Bootcamp, Objective-C Programming: The Big Nerd Ranch Guide covers C, Objective-C, and the common programming idioms that enable developers to make the most of Apple technologies. Compatible with Xcode 5, iOS 7, and OS X Mavericks (10.9), this guide features short chapters and an engaging style to keep you motivated and moving forward. At the same time, it encourages you to think critically as a programmer. Here are some of the topics covered: Using Xcode, Apple’s documentation, and other tools Programming basics: variables, loops, functions, etc. Objects, classes, methods, and messages Pointers, addresses, and memory management with ARC Properties and Key-Value Coding (KVC) Class extensions Categories Classes from the Foundation framework Blocks Delegation, target-action, and notification design patterns Key-Value Observing (KVO) Runtime basics