I noticed that there is no delegate to observe changes in UIDatePicker. Is there a way to detect when a change is made in the picker without confirming anything, like the moment it spins and lands on a new number I want to be able to detect that. I thought about key value observing, but I don’t think there’s a property that changes on the spot
Share
Go to IB and drag from the
UIDatePickerto your .h file. Then selectHandle this however you want in your .m file; XCode will add the method below for you.