I write the code below:
JSImgDeleteCollectionViewCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:displayCellID forIndexPath:indexPath];
In my case, I accidentally added two reference to the same Xib constraint. Removed one and it works well.