numberOfSectionsInTable isn't called when [arr count] is returned
- by user315471
When I try returning the count of my newsItems array it breaks my application. I used NSLog to find out what the value of the newsItems count was when I returned 1.
Here is from NSLog
2010-04-13 07:48:40.656 RSS Feed[453:207] Values of num items 31
2010-04-13 07:48:40.656 RSS Feed[453:207] Number of items 31
Does anyone know why returning…