I created a simple view in Interface builder with a UItextfield and UIDatePicker.
I open the view and set the DatePicker date in the ViewDidLoad method. However, when the view loads the picker displays a strange date like November 28 0002.
I setup a method to respond to the date change event and this method is called three times while the view is loading. Each time the method is called I checked the date of the DatePicker and each time it has the correct date.
I am at total loss why this is happening. Does anyone have any idea what would cause this?
Thanks
Shawn
I open the view and set the DatePicker date in the ViewDidLoad method. However, when the view loads the picker displays a strange date like November 28 0002.
I setup a method to respond to the date change event and this method is called three times while the view is loading. Each time the method is called I checked the date of the DatePicker and each time it has the correct date.
I am at total loss why this is happening. Does anyone have any idea what would cause this?
Thanks
Shawn