ptlCoder

Results 7 comments of ptlCoder
trafficstars

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];

解决了嘛, 我这边也遇到了

所有格式都支持吗

iOS18 特性导致的