I am just thinking what is the advantage to set up frames, coordinates / sizes in layoutSubviews
in case UITableViewCell
is subclassed vs directly when cell is created in cellForRowAtIndexPath
?
As I see if autoresizingmask
properly do his job to set views frame size meanwhile rotation, then cellForRowAtIndexPath
should be enough to use?!