I have set up vertical UIStackView with couple of UIView's and UIColectionView. Everything works fine until I hide UICollectionView. When I unhide UICollectionView by setting NO for .hidden property. Collection view resizes properly with animation. But problem is none of its collection cells gets resized back to original size. I have a workaround to solve this by calling reloadData on collection view. But I feel this seems to be indication of some bug.
Any suggestion/pointers greatly appreciated.