This isn’t a problem so much as a bit of visual house cleaning.
I have a HUD-style panel with a static text field (i.e., a label) and a date picker with stepper. When the application launches the month in the date picker is highlighted even though I selected the date picker’s refuses first responder check box in IB.
I have the date picker bound to shared user defaults, Controller Key: values; Model Key Path: theTargetDate. “theTargetDate” is a property in the application that has been connected to the date picker.
I’d like to have nothing highlighted but I’ve been unable to figure out how to make that happen.
Thanks in advance,
Brad Bumgarner