gliubc
7/19/2018 - 12:46 AM

transform

 UISwitch *mySwitch = [[UISwitch alloc] init];
 mySwitch.transform = CGAffineTransformMakeScale(0.75, 0.75);

imageView.transform = CGAffineTransformMakeRotation(M_PI);