Cannot drag and drop cell onto collectionview

I customized a UIViewController through xib, and then put a UICollectionView on it, and then I wanted to drag a UICollectionViewCell onto UICollectionView (just like UITableView ), but I couldn"t drag it up.

Ios
Apr.17,2021

xib in tableView and collectionView cannot be directly put into cell , while storyBoard can

Menu