This is sample of my data from api:
{
"seats": [
{
"column": 0,
"row": 0
},
{
"column": 2,
"row": 3
},
{
"column": 1,
"row": 2
},
{
"column": 0,
"row": 1
}
]
}
My CollectionView screenshot: default collectionView
My question, how to insert sample data above into specific column and row cell based on that sample data column and row? I want to make my collectionview like following image based on that data: inserted items/data collectionView
Please help me..