Is there any quick way I can get the number of strings within a NSString array? NSString *s[2]={@"1", @"2"}. I want to retrieve the length of 2 ...
stackoverflow.com