¡@

Home 

2014/10/15 ¤U¤È 10:13:51

iphone Programming Glossary: self.selectedcounties

iPhone inputting NSUserDefaults into a UITextField

http://stackoverflow.com/questions/2815194/iphone-inputting-nsuserdefaults-into-a-uitextfield

NSMutableArray can't be added to

http://stackoverflow.com/questions/2849686/nsmutablearray-cant-be-added-to

didSelectRowAtIndexPath NSIndexPath indexPath UITableViewCell cell tableView cellForRowAtIndexPath indexPath if self.selectedCounties containsObject self.counties objectAtIndex indexPath.row we're deselcting self.selectedCounties removeObject self.counties.. indexPath if self.selectedCounties containsObject self.counties objectAtIndex indexPath.row we're deselcting self.selectedCounties removeObject self.counties objectAtIndex indexPath.row cell.accessoryView UIImageView alloc initWithImage UIImage imageNamed.. indexPath.row cell.accessoryView UIImageView alloc initWithImage UIImage imageNamed @ red_check_inactive.png else self.selectedCounties addObject self.counties objectAtIndex indexPath.row cell.accessoryView UIImageView alloc initWithImage UIImage imageNamed..