A seemingly simple question...how can I return a list of days for any specified month?
NSDate *today = [NSDate date]; //Get a date object for today\'s date N
You can make your date with pretty much any string:
NSDate *date = [NSDate dateWithNaturalLanguageString:@"January"];
Then the rest of your code will work as-is to give you back the NSRange for the number of days in January.
NSRange