I figured out the problem.

My tableview is part of an UIScrollView and UIPageControl set up where the user 
can swipe various table views into view.  Now I failed to call reload of the 
tableView in viewWillAppear as well as when the pageControl switches, causing 
the wrong data to show up, and hence causing the out of bounds error.

- Koen.



On Mar 25, 2013, at 3:21 PM, Seth Willits <[email protected]> wrote:

> On Mar 25, 2013, at 12:01 PM, Koen van der Drift wrote:
> 
>> Terminating app due to uncaught exception 'NSRangeException', reason: '*** 
>> -[__NSArrayI objectAtIndex:]: index 104 beyond bounds [0 .. 103]'. 
> 
> What's the stack trace when the exception is thrown?
> 
> 
> --
> Seth Willits
> 
> 
> 
> 
> _______________________________________________
> 
> Cocoa-dev mailing list ([email protected])
> 
> 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/koenvanderdrift%40gmail.com
> 
> This email sent to [email protected]


_______________________________________________

Cocoa-dev mailing list ([email protected])

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 [email protected]

Reply via email to