tags:

views:

57

answers:

1

hi ,

I am new to iPhone apps development. I am trying to develop a small app consisting of table views . when i am in a grouped table view and trying to do something(scrolling or entering values in textfields in the table cell) i get the EXC_BAD_ACCESS or EXC_BAD_ACCESS errors..

Pls can anybody suggest me a solution for this...

+1  A: 

debug and c the point where it is getting crash and c to it u havent released the object which your not allowed to do

madhavi