I am aware of the following approach:
- Add a custom view into a view in IB.
- Set the class of this custom view, say "MyDatePickerView".
Now my datepicker view has a moderate complex UI, and I want to isolate its functionalities into a standalone XIB. Is it possible to do this in IB (I know I can do it in code)?