You have a typo in your code: (last line should be setYear:
)
[components setDay:[day intValue]];
[components setMonth:[month intValue]];
[components setYear:[year intValue]];
You have a typo in your code: (last line should be setYear:
)
[components setDay:[day intValue]];
[components setMonth:[month intValue]];
[components setYear:[year intValue]];