Giter Site home page Giter Site logo

jamesprior / programming-ios-book-examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mattneub/programming-ios-book-examples

0.0 2.0 0.0 41.1 MB

Downloadable code examples for my book, "Programming iOS 6".

Home Page: http://www.tidbits.com/matt

programming-ios-book-examples's Introduction

These are the downloadable code examples for my book, Programming iOS 6. The full text of the book itself is available in preview form here: http://www.apeth.com/iOSBook/. The book is now (March 2013) published by O'Reilly and is available for purchase in printed form and in many digital formats: http://shop.oreilly.com/product/0636920029717.do. If you find these examples helpful and you haven't purchased the book, please consider doing so.

The downloadable code and screenshots for the previous edition, Programming iOS 5, published by O'Reilly in March 2012, have been moved off to the subfolder "iOS5bookExamples".

Changes from the iOS 5 examples to the iOS 6 examples include:

  • Use new literals and subscripting for arrays, dictionaries, numbers.

  • Use autosynthesis of properties.

  • Move protocol adoption declarations to implementation file where possible.

  • Use constraints (instead of frame) to position and size subviews, whenever this is relational (and doesn't get in the way of the example).

  • Illustrate some newly available CIFilters.

  • Illustrate new UIView/UIGestureRecognizer interaction.

  • Illustrate new rotation rules, including new structure of launch-into-rotation.

  • For table views, use exclusively new register-and-dequeue architecture.

New examples include:

  • Further illustrate use of constraints (ch 14), esp. in company with animation (ch 17).

  • Show gesture recognizers in nib (ch 18).

  • Show new rotation/orientation rules (ch 19).

  • Show new state save-and-restore (ch 19).

  • Show new storyboard features: container controller, Exit (unwind).

  • Show collection views.

  • Show basic Core Data usage (ch 36).

  • Other new iOS 6 features as they arise.

This list is not exhaustive by any means. If you really want to know everything that I've changed, clone to your computer and do a diff against commit 25644891 (that's when I started this round of revision).

Matt Neuburg

programming-ios-book-examples's People

Contributors

mattneub avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.