- (void)testSTring { // bla bla... int value = 10; NSString *str = [NSString stringWithFormat:@"%@", value]; } // code for coloring