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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to