This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Description
Need to implement an example for dynamic height for the macOS Example, at the point of asking for the size in sizeForItemAt*, the collection view has not been loaded into the view so we can not make use of makeItem(withIdentifier*.
We will need to load a dummy cell and set the calculated width like the iOS example does.