Skip to content

Instantly share code, notes, and snippets.

@kmdsbng
Created October 12, 2013 13:28
Show Gist options
  • Select an option

  • Save kmdsbng/6950033 to your computer and use it in GitHub Desktop.

Select an option

Save kmdsbng/6950033 to your computer and use it in GitHub Desktop.
UIImageViewに、画像をセットする
UIImage *anImage = [UIImage imageNamed:@"sample.png"];
self.imageView.image = anImage;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment