ios - TableViewController doesn't show content -


i building app , having trouble table view static cells. used tableviewcontroller in mainstoryboard, , designed static cells, label , text field. when connect actions tableviewcontroller file, content not display.

does know how fix this?

a few things try: comment miknash stated check cellforrowatindexpath gets called

check numberofsectionsintable , numberofrowsinsection called. check if you've set itemcount specific value in interface builder.

also, 1 gets me make sure specified delegate , datasource tableview.


Comments

Popular posts from this blog

sql server - Deadlock occuring in Clustered Columnstore index -

python - What's the Pythonic way to report nonfatal errors in a parser? -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -