Memory Allocation increases in didSelectRowAtIndexPath

Posted by mongeta on Stack Overflow See other posts from Stack Overflow or by mongeta
Published on 2010-05-31T16:15:34Z Indexed on 2010/05/31 16:23 UTC
Read the original article Hit count: 217

Hello,

I'm testing my App and in a very simple view, each time a tap on a UITableView row, my allocation overall bytes get higher and higher and never go downs.

I don't have any special code there, so I created a new project from scratch with a very simple view, force one section and just three rows. In the didSelectRowAtIndexPath code do nothing, and fire it with instruments and memory allocation and, the memory goes up with every cell selection ...

Is this normal behaviour ?

thanks,

regards,

m.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview