簡體   English   中英

旋轉UIImageView無法正常工作

[英]Rotating UIImageView is not working properly

我想旋轉UIImageView,下面是我的代碼。

  _imageView1.center = CGPointMake(84, 240);
  _imageView1.transform = CGAffineTransformMakeRotation(0.86);

但沒有任何事情發生

使用以下代碼:

float degrees = 20; //the value in degrees
imageView.transform = CGAffineTransformMakeRotation(degrees * M_PI/180);

或者檢查此鏈接

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM