- enum image resources in monotouch
- var images = EnumResouceImages("Images/");
- foreach(imgPath in images)
- UIImage myImg = UIImage.FromFile(imgPath);
- foreach (var filename in Directory.EnumerateFiles (Path.Combine (NSBundle.MainBundle.BundleUrl.Path, "Images"), "*.png"))
- Console.WriteLine (filename);