views:

68

answers:

1

Hi,

I cannot find a problem in my code. At some point it is throwing an exception. When I am showing a view and after that it is being disappeared (going to another view) and after that entering the previous view again it is throwing an exception which I cannot understand. And when I am scrolling my tableview sometimes an exception is being thrown as well.

Why can it happen, and how can I eliminate those exceptions?

I believe that they are being thrown by UITableView - probably it is because of multithreading - maybe that it is trying to access data that haven't been initialized yet.

Someone faced a problem like this one?

+1  A: 

See this answer to a related question.

lhunath