Hi guys
I'm currently building an app that will have a UITableView that will get it's data from a web service.
this is what I have:
First, i have a UIViewController that consume data from a web services that UIViewController has a UITableView to display data, this UIViewController works well.
Second, in each cell from the UITableView i have another UITableView showing information related to the cell pressed,
as you can see in this pic:
pls see the image
third, i made a custom UITableView Class for display that informacion, it needs information from the cell to get the data from web services.
My Question is:
How it is made to load data into that UITableView if I have already overwritten the necessary methods to load data into the UIViewController?
Pls Help me :C