Add XIB custom view as a subview of another view in Interface Builder

I am aware of the following approach:

  1. Add a custom view into a view in IB.
  2. 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)?

Add XIB custom view as a subview of another view in Interface Builder
 
 
Q