-(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-...