Need help for Xib and UITable

DownLoad File
I have been searching the web, with no success.
Right now I have a ScrollView setup with 5 slides. I am have to see the tableView to the backGround color, but I am totally lost on how to populate the table.
I am succesful if I do not use the xib file. But now I am more interested in how to make it work with a xib file. PLEASE HELP ME.

Hi @hcri50,
Each slide has a tableview which if you treat like a single tableView would require it’s own dataSource and delegate. Have you tried to create a separate class that offers to be the dataSource and delegate for the tableView? Think of this as a ViewModel for each table (if you understand that paradigm)

cheers,

Jayant

Hi, I have given up on this model. Thank you for your question, it would have been easier to reply if you would have downloaded the test App. I have given up with no one to brain storm. Thank you again.

Hi @hcri50, I did download the test app and saw what you were doing or attempting to do.
Hope the new model you are trying works for you,

cheers,

Jayant

This topic was automatically closed after 166 days. New replies are no longer allowed.