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
Post a Comment