UICollectionview inside uitableview cell height automaticdimention not working while set collection view

Problem:

I'm having one tableviewcell inside that one collectioviewcell tableview height is dynamic.But sometimes tableview contentsize came as zero.How to solve that?

My code is like below

            Cell.collViewHeightConstraint.constant = Cell.collectionView.ContentSize.height

 

Solution:

            Cell.collViewHeightConstraint.constant = Cell.collectionView.collectionViewLayout.collectionViewContentSize.height


Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift