//NSSTring型をInt型に int intTime = [ @"20" intValue ]; //Int型を文字列に NSString* strTime; strTime = [ NSString stringWithFormat : @"%d", 20 ];