RTLabel
RTLabel copied to clipboard
Set size of cell based on screen orientation.
this should really be done using the autoresizingmask on the label. label.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleHeight |UIViewAutoresizingFlexibleBottomMargin;
though this currently causes the text to stretch (see issue #28)