ptlCoder
Results
3
comments of
ptlCoder
UIView * window = [[UIApplication sharedApplication].windows objectAtIndex:0]; [UIView beginAnimations:nil context:nil]; [UIView setAnimationDuration:0.5]; [UIView setAnimationDelegate:self]; window.transform = CGAffineTransformMakeRotation(M_PI_2); [UIView commitAnimations];
解决了嘛, 我这边也遇到了
所有格式都支持吗