Within a UITableView cellForRowAtIndexPath indexPath's row and section become nil.
Within a UITableView cellForRowAtIndexPath indexPath's row and section become nil.
- Subject: Within a UITableView cellForRowAtIndexPath indexPath's row and section become nil.
- From: Alex Zavatone <email@hidden>
- Date: Thu, 23 Oct 2014 13:25:17 -0400
I just started seeing this in Xcode 5.1.1 the post few days under iOS 7.
In the tableView:cellForRowAtIndexPath, you can log the indexPath and the results are not nil, but attempting to display [indexPath row] or section results in nil.
My only clue here is that this VC is. Subclass of UIViewController, but the interface conforms to the tableView dataSource and delegate.
Any insight into what I might be missing here?
Thanks in advance.
Sent from my iPad. Please pardon typos.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden