Skip to content

Instantly share code, notes, and snippets.

@toddfreese
Created April 21, 2011 16:54
Show Gist options
  • Select an option

  • Save toddfreese/934978 to your computer and use it in GitHub Desktop.

Select an option

Save toddfreese/934978 to your computer and use it in GitHub Desktop.
backgroundImageView = [[CPImageView alloc] initWithFrame:CGRectMake(0, 0, CGRectGetWidth([splashContentView bounds]), CGRectGetHeight([splashContentView bounds]))];
[backgroundImageView setImageScaling:CPScaleNone];
[backgroundImageView setHasShadow:NO];
[backgroundImageView setAutoresizingMask:CPViewMinXMargin | CPViewMaxXMargin | CPViewMinYMargin | CPViewMaxYMargin];
[splashContentView addSubview:backgroundImageView];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment