Now there is no way to use the same xib for multiple cells.
But you can separate the xib part that the whole cell will use.
And in each cell you set a subview for this subview class, and now you can reuse this view for the whole cell.
You can see my image for this example:
First cell:

Second cell: 
And a subquery of two cell usage:

Now you do not need a duplicate xib and it can reuse this part of the user interface.
source share