Created
April 4, 2011 17:17
-
-
Save mafis/902006 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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