I am trying to get the number of rows in a UITableView using [myTable numberofRowsInSection:1] and I always get 2147483647. No matter how many rows are actually displayed. All I want to do is get a number for the number rows that will be displayed in the table given the data source. The data populates fine.
Share
If you have only one section, then your section index is
0.The value you receive is:
2147483647 = NSIntegerMax = NSNotFound