NSMutableArray *tableList = [[NSMutbaleArray alloc] initWithCapacity:[wallvalue count]]; for (NSDictionary *chapter in wallvalue) { NSString ...
stackoverflow.com