Skip to content

Instantly share code, notes, and snippets.

@charlesmchen
Created November 3, 2013 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesmchen/7295674 to your computer and use it in GitHub Desktop.
Save charlesmchen/7295674 to your computer and use it in GitHub Desktop.
UIImage *image = [UIImage imageNamed:@"Images/thun-stockhornkette-1904 1600.jpg"];
UIImageView *background = [[UIImageView alloc] initWithImage:image];
[demoModel.rootView addSubviewWithCustomLayout:[[background setStretches]
setIgnoreDesiredSize]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment