I m试图以45度轮换一只三肢。 I m为transform
property to CGAffine TransformMakeRotation (M_PI * 0.25)
,但当我这样做时,劳动调查组刚刚消失。 如果我改动<代码>0.25至0.26
,我可以看到《国际统一劳工法》的概要(见下文)。
https://i.stack.imgur.com/wG3I7.png” alt=“不轮换的单位”/。
Code: self.myLabel.transform = CGAffineTransformMakeRotation(M_PI * 0.26);
如果我错过任何可能有用的信息,请让我知道!
Update
It seems that the frame must be set before applying the rotation.