I take it you’re talking about the periodic table of elements?
A UICollectionView
is indeed a good way. You should watch the keynote of the 2017 WWDC. They demonstrate that very thing using new features of UICollectionView
added in iOS 11, but you could do it without those new features as well.
1
solved How to make periodic table in objective-c? [closed]