Jaanus Kase<p><a href="https://iosdev.space/tags/AppKit" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AppKit</span></a> <a href="https://iosdev.space/tags/UIKit" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UIKit</span></a> <a href="https://iosdev.space/tags/CollectionView" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CollectionView</span></a></p><p>Any (NS/UI)CollectionView fans here? I’m trying to make a good collection view UI. It is just a simple flat scrolling column of things, should be simple layout.</p><p>I want the cells to size themselves to the SwiftUI content in them, which they almost do, but not when I resize the window and things start to wrap differently.</p><p>What am I missing? How should I make the heights respond better to window resizing?</p><p>Code: <a href="https://gist.github.com/jaanus/66e3d863941ba645c88220b8a22970e1" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gist.github.com/jaanus/66e3d86</span><span class="invisible">3941ba645c88220b8a22970e1</span></a></p>