hello,
what doe's the upper objectAtIndex used for?, it seems to work with any number, why?
AppRecord *appRecord = [self.entries objectAtIndex:1];
[[[[[self tabBarController] tabBar] items] objectAtIndex:1] setBadgeValue:appRecord.badgePrize];