RTLabel icon indicating copy to clipboard operation
RTLabel copied to clipboard

Set size of cell based on screen orientation.

Open que-nguyen opened this issue 12 years ago • 1 comments

que-nguyen avatar Aug 30 '12 01:08 que-nguyen

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)

bcyng avatar Dec 11 '12 11:12 bcyng