添加设备log日志显示

This commit is contained in:
wbzhan
2019-07-15 18:44:29 +08:00
parent 33254ad734
commit 43bfceb262
4 changed files with 32 additions and 80 deletions
@@ -56,7 +56,7 @@
self.isStartAnim = NO;
//新家加 停止时img回复原始角度
dispatch_async(dispatch_get_main_queue(), ^{
self.backgroundView.transform = CGAffineTransformMakeRotation(self.angle);
self.backgroundView.transform = CGAffineTransformIdentity;
});
}