Skip to content

Instantly share code, notes, and snippets.

@mafis
Created April 4, 2011 17:17
Show Gist options
  • Select an option

  • Save mafis/902006 to your computer and use it in GitHub Desktop.

Select an option

Save mafis/902006 to your computer and use it in GitHub Desktop.
//Bilder direkt aus dem Bundle laden
bundleImage.Image = UIImage.FromBundle("14_fat-cat.jpeg");
//Bilder aus einen Verzeichniss im Bundle laden
folderImage.Image = UIImage.FromBundle("TestFolder/14_fat-cat.jpeg");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment