Next:
1 NSString
Up:
GNUstep Mini Tutorials
Previous:
GNUstep Mini Tutorials
Basic GNUstep Base Library Classes
Nicola Pero
First Edition: June 2000; Last Updated: January 2008
1 NSString
1.1 What is it
1.2 Static Instances
1.3 stringWithFormat
1.4 Converting to and from C strings
1.5 NSMutableString
1.6 Reading and Saving Strings to/from Files
2 NSArray
2.1 What is it
2.2 Comparison with Pure C Arrays
2.3 NSArrays are immutable
2.4 arrayWithObjects
2.5 Accessing Objects in a NSArray
2.6 Describing an Array
2.7 Iterating over Array Elements
2.7.1 First Way - Using objectAtIndex
2.7.2 Second Way - Using objectEnumerator
2.8 Searching for an Object
2.9 NSMutableArray
2.9.1 Adding an Object
2.9.2 Removing an Object
2.9.3 Replacing an Object
3 NSDictionary
3.1 What is it
3.2 Creating a NSDictionary
3.3 Retrieving a value with objectForKey:
3.4 Enumerating all the Keys and Values
3.5 NSMutableDictionary
4 Property Lists
About this document ...
2008-01-16