I need help.
I have custom uitableviewcell with uiscrollview inside, I iterate over an nsarray and add custom uiviews (just subclassing drawrect: and do custom drawing) to my scrollview with addsubview: method, I refresh it every seconds and it reach me a memory warning and crash my app. My project is ARC, I can’t call release. I thinks it’s not the best solution to do that.
Thanks.
finaly, I use my second approach (custom draw a single UIView and add it to my scrollview) thanks all for your help.