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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -