The data populates, but [tableView numberOfRowsInSection:0] always returns 0. There is only one section in my table. What types of things can cause this behavior?
The data populates, but [tableView numberOfRowsInSection:0] always returns 0. There is only one section
Share
If there is only one section always in your table, go with the following coed…
Or in case your number of sections are depending on datasource, you can return the count of your datasource.