为什么 UIKit 没有像 AppKit 的 NSMatrix、NSButtonCell 那样的 UIMatrix、UIButtonCell class?

How come UIKit doesn't have UIMatrix, UIButtonCell class like AppKit's NSMatrix, NSButtonCell?

我发现 AppKit 的 NSMatrixNSButtonCell 类 对于按钮网格很有用。我想知道为什么 Apple 从来没有为 UIKit 创建这些对应物?

iOS 中的等价物是 UICollectionView. It's much more flexible and useful than NSMatrix, here is a tutorial