views:

92

answers:

0

Hello. I'm in need of help again. I have two view's, one of which contains a custom-cell table view. The contents of a cell are just several lables, which are generated programmatically. All is correct and works perfect with no memory leaks, BUT... When I fast scroll table view and press Back button (the scroll is still in motion), the application crashes on previus view with "EXC_BAD_ACCESS" termination signal. Help me find the solution, please! Tell me if some code pieces are needed to diagnose.

related questions