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

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

r - Using `bbmle:mle2` with vector parameters (already works using `optim`) -