Creating a Table with Rows and Columns in iOS

后端 未结 4 745
渐次进展
渐次进展 2021-02-10 04:14

I would like to create a table in iOS that have some rows and columns. We also have an option to add amounts to the table. A screenshot of the sample table is posted below:

4条回答
  •  我寻月下人不归
    2021-02-10 04:39

    There is an open source solution on GitHub that supports iOS 4.3+ if you are still looking for options. I haven't actually used it, but it looks like works like UICollectionView.

    PSTCollectionView

提交回复
热议问题