What's the strategy for loading retina images via the *UIImage.FromFile*method?

The documentation leads me to believe that only *FromBundle* does the
automatic @2x file suffix checking - (however even with thatI can't
actually see the retina versions loading).

Anyhow - with *FromFile*, what I'm doing is checking whether the device has
a retina screen, and if so I'm appending the @2x onto the path.

*My problem is*:  With the appended @2x path, FromFile return *null* - even
when the file exists.

Question:

   - Is the system rejecting the path with @2x in it perhaps?
   - Is there some other way I'm supposed to pull the retina images, or
   paths....perhaps automatically.

Thanks!

-- 
*Phil *Cockfield
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to