An idea: Because the data items are all fixed, you can use UILabel to do it. UILabel is used more often, but this way, it is easier to align and read the data.
You can use UICollectionView, put UILabel in the cell, align odd numbers to the left, and even numbers to the right. For the class content of each line, the plist file can be read.
An idea: Because the data items are all fixed, you can use UILabel to do it. UILabel is used more often, but this way, it is easier to align and read the data.
You can use UICollectionView, put UILabel in the cell, align odd numbers to the left, and even numbers to the right. For the class content of each line, the plist file can be read.