I have a MonoTouch project with about 10 images that I'm using for
backgrounds and UI elements in my app (specified as such in my .xib).
It seems that the runtime will only pick these up if they are in the
root directory of the project. This leads to a fairly messy root
directory.
Is there any way to keep these images in a subdirectory like "Assets"
and then have the application pick them up (perhaps by modifying the
custom resource rules plist)?
Thanks in advance,
--att