Skip to content

Instantly share code, notes, and snippets.

@kwylez
Created October 18, 2012 01:56
Show Gist options
  • Save kwylez/3909449 to your computer and use it in GitHub Desktop.
Save kwylez/3909449 to your computer and use it in GitHub Desktop.
Load Images From OCUnit Test Target Only
NSString *path = [[NSBundle bundleForClass:[self class]] pathForResource:imageName ofType:@"png"];
[[UIImage alloc] initWithContentsOfFile:path]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment