UICollectionView as Multicolumn Grid

Hi,


Is the UICollectionView the best/only way to get a multicolumn grid in Swift? Making an invoice app for the iPad and using the single column tableview with subtext just doesn't seem like a good fit. I've googled some examples but have yet to find a good one. Any guidance would be much appreciated.


Thanks,

Brandon

UICollectionView is the best way to do this from a UIKit application, Objective-C or Swift.

UICollectionView as Multicolumn Grid
 
 
Q