Hi @ all,
in my iPad App i'am resizing a UIView to 60% of its original size
magController.view.transform = CGAffineTransformMakeScale(SCALE_FACTOR,SCALE_FACTOR);
that works fine so far but if I rotate the device the UIView gets more or less clipped. I have this issue only on the device in the simulator everything works perfect.
greets Frido