Objective-C 2.0 Essentials
From Techotopia
Table of Contents | Next | |
About Objective-C Essentials |
- About Objective-C Essentials
- The History of Objective-C
- Installing Xcode and Compiling Objective-C on Mac OS X
- Installing and using GNUstep and Objective-C on Windows
- Installing and Using GNUstep and Objective-C on Linux
- Building and Installing GNUstep on Linux
- Objective-C 2.0 Data Types
- Working with Variables and Constants in Objective-C
- Objective-C Operators and Expressions
- What is an Expression?
- The Basic Assignment Operator
- Objective-C Arithmetic Operators
- Compound Assignment Operators
- Increment and Decrement Operators
- Comparison Operators
- Boolean Logical Operators
- The Ternary Operator
- Bitwise Operators
- Bitwise AND
- Bitwise OR
- Bitwise XOR
- Bitwise Left Shift
- Bitwise Right Shift
- Compound Bitwise Operators
- Objective-C 2.0 Operator Precedence
- Commenting Objective-C Code
- Objective-C Flow Control with if and else
- The Objective-C switch Statement
- Objective-C Looping - The for Statement
- Objective-C Looping with do and while Statements
- An Overview of Objective-C Object Oriented Programming
- What is an Object?
- What is a Class?
- Declaring an Objective-C Class Implementation
- Adding Instance Variables to a Class
- Define Class Methods
- Declaring an Objective-C Class Implementation
- Declaring, Initializing and Releasing a Class Instance
- Calling Methods and Accessing Instance Data
- Creating the Program Section
- Bringing it all Together
- Structuring Object-Oriented Objective-C Code
- Writing Objective-C Class Methods
- Objective-C - Data Encapsulation, Synthesized Accessors and Dot Notation
- Objective-C Inheritance
- Pointers and Indirection in Objective-C
- Objective-C Dynamic Binding and Typing with the id Type
- Objective-C Variable Scope and Storage Class
- An Overview of Objective-C Functions
- Objective-C Enumerators
- An Overview of the Objective-C Foundation Framework
- Working with String Objects in Objective-C
- Strings without NSString
- Declaring Constant String Objects
- Creating Mutable and Immutable String Objects
- Getting the Length of a String
- Copying a String
- Searching for a Substring
- Replacing Parts of a String
- String Search and Replace
- Deleting Sections of a String
- Extracting a Subsection of a String
- Inserting Text into a String
- Appending Text to the End of a String
- Comparing Strings
- Checking for String Prefixes and Suffixes
- Converting to Upper or Lower Case
- Converting Strings to Numbers
- Converting a String Object to ASCII
- Understanding Objective-C Number Objects
- Working with Objective-C Array Objects
- Mutable and Immutable Arrays
- Creating an Array Object
- Finding out the Number of Elements in an Array
- Accessing the Elements of an Array object
- Accessing Array Elements using Fast Enumeration
- Adding Elements to an Array Object
- Inserting Elements into an Array
- Deleting Elements from an Array Object
- Sorting Array Objects
- Objective-C Dictionary Objects
- Working with Directories in Objective-C
- The Objective-C NSFileManager, NSFileHandle and NSData Classes
- Understanding Pathnames in Objective-C
- Creating an NSFileManager Instance Object
- Identifying the Current Working Directory
- Changing to a Different Directory
- Creating a New Directory
- Deleting a Directory
- Renaming or Moving a Directory
- Getting a Directory File Listing
- Getting the Attributes of a File or Directory
- Working with Files in Objective-C
- Creating an NSFileManager Instance
- Checking if a File Exists
- Comparing the Contents of Two Files
- Checking if a File is Readable/Writable/Executable/Deletable
- Moving/Renaming a File
- Copying a File
- Removing a File
- Creating a Symbolic Link
- Reading and Writing Files with NSFileManager
- Working with Files using the NSFileHandle Class
- Creating an NSFileHandle Object
- NSFileHandle File Offsets and Seeking
- Reading Data from a File
- Writing Data to a File
- Truncating a File
- Constructing and Manipulating Paths with NSPathUtilities
- Copying Objects in Objective-C
- Using Objective-C Preprocessor Directives
Table of Contents | Next | |
About Objective-C Essentials |