Skip to content

Instantly share code, notes, and snippets.

@mint149
Created June 6, 2014 01:47
Show Gist options
  • Save mint149/93be917e11720b475c35 to your computer and use it in GitHub Desktop.
Save mint149/93be917e11720b475c35 to your computer and use it in GitHub Desktop.
UIImageViewで画像をアスペクト比を保ったまま表示したい時は、アトリビュートインスペクタ→View→ModeをAspect Fitにするか、以下のコードを追加する
imageView.contentMode = UIViewContentModeScaleAspectFit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment