If i do a custom cell, is it best practice to...
- put icons and labels all on one view and drop it to the contentView (assuming you want everything to shift in edit mode) or
- put all editable stuff (labels) on one view, and non editable (icons) on another view and drop them to the contentView or
- it doesn't matter because when the label text changes it redraws everything anyway ?
And part2... if I'm doing transparent background (I know, big performance hit)... and I'm using png icons with soft edges (same one for every cell)... would it be that much of a difference if I create a blur on the dynamic text as well ? -I'm not sure if the performance hit is due to the animating of transparencies or the drawing of the cell initially.
Any insight/suggestions ?