Size of an NSArray April 8, 2023 by Tarik int size = [array count]; NSLog(@"there are %d objects in the array", size);