Skip to content

Instantly share code, notes, and snippets.

@zhubicheng
Created October 10, 2013 13:46
Show Gist options
  • Save zhubicheng/6918608 to your computer and use it in GitHub Desktop.
Save zhubicheng/6918608 to your computer and use it in GitHub Desktop.
实现ImageVIew的镜面变化
[UIImageVIew setTransform:CGAffineTransformMakeScale(-1, 1)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment