-(IBAction)countCharacters:(id)sender {
    NSString *inputString = [[NSString alloc] initWithFormat:[input stringValue]];

...

C Counting characters

by halbtuerke, October 21, 2008 17:16, 1 refactoring, tagged with count, character, objectivec, cocoa

This is actually Objective-...

Be965afd8e05334af7ed2adc64736310 Talk