I have created a method and connected it with value changed event of UIDatePicker, but as soon as I changed the value the app. crashes.
If I remove the connection of UIDatePicker's value changed to my method in Interface builder, then app does not crash.
Can I not connect value change to my own method for UIDatePicker?