Resizable NSDatePicker with graphical mode

I want to add a NSDatePicker in the sidebar of my app, to help select a date , or a range of dates. I could use the standard NSDatePicker, but it only seems to come in a single size, and doesn't seem to be resizable. I've dropped the NSDatePicker component into a xib file, and added auto-layout constraints, but they don't seem to work. Is there a way to make them respond to auto-layout and be resizable? Or should I be looking for 3rd-party frameworks to integrate with (if so, any recommendations)?

NSDatePicker, but it only seems to come in a single size

What size or format do you want to change ?
Resizable NSDatePicker with graphical mode
 
 
Q