Here is the json Response from Api
Now I want to group the objects who has same date and show in UItableview with sections but I can't make the logic.
I want to make this look like the following Image
Kindly help me with this
Many thanks
Here is the json Response from Api
Now I want to group the objects who has same date and show in UItableview with sections but I can't make the logic.
I want to make this look like the following Image
Kindly help me with this
Many thanks
Add each report to a dictionary of arrays using the date as the key. The number of keys is then the number of sections and each section size is the size of the associated array.