pgpt10 / DynamicHeightCollectionView

Dynamic Height Collection View
78 stars 30 forks source link

Not working with Xcode 11.1 running on iPhone 11 #3

Open amrangry opened 4 years ago

amrangry commented 4 years ago

Not working with Xcode 11.1 running on iPhone 11

amrangry commented 4 years ago

Actually you need to call layoutIfNeeded() for TableViewCell to take effect not the collection cell BTW it tried your code example with Xcode11.1 on iPhone11 simulator

I update the answer on my fork repo

https://github.com/amrangry/DynamicHeightCollectionView