Assuming you are running iOS, you can set the UIView property transformto flip it, for example:
label.transform = CGAffineTransformMakeScale(1, -1);
Details on this feature and other similar features can be found on the CGAffineTransform reference page .
, , . , , .