I can't add a dynamic UITableView
to a .xib
View. How can I solve this?
The content field, where you can select dynamic content cells, does not appear.
Your tableView should have the content set to Dynamic Prototypes in the xib file.
If your already have this, just give some more details about your problem.
Hope this helps though!
It seems like you can't really change the content in a tableView that is defined in a xib
file. I think the only option you have if to create xib
files for your cells separately and then use them in your datasource methods.
I suppose the reason for this is that you need to register the custom cell classes for the various cell identifiers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With