How to arrange pictures in an NSTableView cell in this way: Placed pictures in accordance with the size

Is there already a ready-made library / object / something else for this, or will you have to calculate their position?

    2 answers 2

    Starting with iOS 6, the platform’s native component, UICollectionView, provides such capabilities. Similarly for macOS versions newer than 10.5, such a component is called NSCollectionView.