Tableview with dynamic section and rows inside tableview cell
Hi I am developing an application in which i am facing complex UI.
According to design there is a UITableview inside UITableview cell, which is having dynamic data inside it.
The Json response i am getting is also very complex for me.In the response i am getting a member and his tests results it is an easy part but along with this there can be multiple test results and also there can be an additional members as well(for additional members also there are some tests).
So for now i have created a tableview on which i am showing some data and inside that tableview cell i have taken another tableview (having dynamic headers which i have taken to show the name of members) and in rows i am thinking to show the tests for those members.
But i am not getting any proper way to do the same, also facing some logical issues with the data.
It would be great if someone can give better approach for the same.
Json response is as below,