Copy UICollectionView already created in IB

294 Views Asked by At

I am trying to copy a collectionView I did in IB. Is there any quick way I could use to have a deep copy of the collectionView instead of creating it in my code programmatically and adding the cell views.

Update 1 : UICollectionView created in my storyboard

0

There are 0 best solutions below