I am new to stack overflow. I am developing a mobile app for iOS. In which I want to display all my records from the database in my single view controller. I can assign label for each data in the record. But it is not possible to assign label for each data in the database. So kindly advice me to display the records as a set. Like.
1st Record - Data, data, data, etc.,
2nd Record - Data, data, data, etc.,
I need this in a scroll view. Like eCommerce products listing page.