Re: Within a UITableView cellForRowAtIndexPath indexPath's row and section become nil.
Re: Within a UITableView cellForRowAtIndexPath indexPath's row and section become nil.
- Subject: Re: Within a UITableView cellForRowAtIndexPath indexPath's row and section become nil.
- From: Kyle Sluder <email@hidden>
- Date: Thu, 23 Oct 2014 12:34:29 -0500
On Thu, Oct 23, 2014, at 12:25 PM, Alex Zavatone wrote:
> 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.
-row returns an NSInteger, not an object. Are you po'ing the integer by
mistake?
--Kyle Sluder
_______________________________________________
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