Ios swift – Can I detect month change on UIDatePicker?
I have a UIDatePicker with Inline style (showing as a calendar). I have an endpoint where I get the available dates for a month, so I would like to detect when the month that is showing is changed. I've tried…