Creating a Table with Rows and Columns in iOS

后端 未结 4 746
渐次进展
渐次进展 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:31

    I created a table structure similar to this using tableview and scrollview .Think that could be helpful to you

    You could get the sample project here

    https://drive.google.com/folderview?id=0B-brvnZfBXwTU21VbmNNcnRSU2M&usp=sharing

提交回复
热议问题