Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Ry's Objective-C Tutorial

Posted By: DZ123
Ry's Objective-C Tutorial

Ryan Hodson, "Ry's Objective-C Tutorial"
English | 2014 | ASIN: B00QFIA40C | EPUB | pages: 218 | 0.7 mb

Objective-C is one of the native programming languages for Apple’s iOS and OS X operating systems. It’s a compiled, general-purpose language capable of building everything from command line utilities to animated GUIs to domain-specific libraries. It also provides many tools for maintaining large, scalable frameworks.
Ry's Objective-C Tutorial serves as both a concise quick-reference and a comprehensive introduction for newcomers to the language. It walks through each language feature step-by-step, explaining complex programming concepts via hands-on examples. By the end of the tutorial, you'll understand basic language constructs, important memory-management techniques, and many of the built-in Objective-C data types like NSNumber, NSArray, and NSDate.
While it is a friendly guide to Objective-C, this tutorial focuses solely on the programming language, rather than on iOS or Mac App development. You won't walk away with the ability to create your own iPad apps, but you will be incredibly prepared to continue down that path. Also be sure to check out Ry's Cocoa Tutorial if you're interested in Mac App development.