English |  Español |  Français |  Italiano |  Português |  Русский |  Shqip

Beginning iOS Development

Objective C

Objective-C is the programming language of iOS. A number of features define it as a language. The following are considered key:

  • Objects
  • Classes as objects
  • Messaging
  • Categories
  • Extensions
  • Properties
  • Protocols
  • Blocks

A basic understanding of these features is essential.

This discussion highlights two excellent books on learning Objective-C: Stephen Kochan’s Programming in Objective-C, Fifth Edition; and Learning Objective-C 2.0: A Hands-On Guide to Objective-C for Mac and iOS Developers, Second Edition, by Robert Clair. Updates to both reflect the latest features in iOS 6.

The readings start with Kochan, who shows how to use either your favorite editor and the Objective-C compiler or the Xcode IDE for basic Objective-C programming.

[00:40]

Objective-C is modeled after Smalltalk but rests on a solid C foundation. Clair provides an excellent summary of C, which is followed by an introduction to the powerful C preprocessor by Kochan.

[02:00]

[00:30]

The next set of readings are either-or. Either you may read Kochan or you might prefer Clair. Both provide excellent coverage of the key elements. You have had an opportunity to sample both authors. If you have a preference, read that author. As a last resort, flip a coin; or better yet, just read both.

An active and vocal community of developers, designers, and architects generate a demand for a constantly evolving set of conventions within iOS. Apple works hard to incorporate those evolving conventions into each iteration of the language, tools, and frameworks. In their latest round of improvements for iOS 6, they have added a number of features designed to make programming easier and make code more understandable. For instance, objects literals both reduce the amount of code you need to write and make code clearer by removing a lot of clutter.

Besides the improvements made to ease the burden on programmers, keep an eye out for additional features that are either new to iOS 6 or are being emphasized by Apple in this iteration. Changes to properties, ivars, synthesis, and refinements to hiding state are some of the key improvements. With object literals, already mentioned, and object subscripting, you can express object creation and access with cleaner and more-concise syntax. Enums can now have underlying types, and Automatic Reference Counting (ARC) works better with the Core Foundation. You will also find a renewed emphasis on protocols and blocks.

[07:00 – 08:00]

 [06:00 – 07:00]

Several of the more unique features of the Objective-C language covered in Kochan’s book are also presented by the same author in the following supplemental videos. Be aware, however, that although the videos are somewhat out-of-date in terms of Xcode, they are current with Objective-C 2.0, and still have relevancy in this regard.

[01:00]

 

There has been error in communication with Booktype server. Not sure right now where is the problem.

You should refresh this page.