Here is the method declaration midway in Apple's documentation: Learning Objective-C: A Primer
- (void)insertObject:(id)anObject atIndex:(NSUInteger)index
Why is there no "*" right after NSUInteger. I thought all objects were pointer types and all strongly typed pointers had to have a * after it.