Thanks Nic, but I'm basing my naming on this Apple document: https://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/App-RelatedResources/App-RelatedResources.html#//apple_ref/doc/uid/TP40007072-CH6-SW11 and this stackoverflow answer: http://stackoverflow.com/questions/9611061/how-to-support-both-ipad-and-iphone-retina-graphics-in-universal-apps
which says you can do: <basename><orientation_modifier><scale_modifier><device_modifier>.png I've found that my images appear @2x when I do UIImage.FromFile but NOT when set from IB for iPad Retina. -- View this message in context: http://monotouch.2284126.n4.nabble.com/Retina-iPad-Graphics-tp4466319p4466507.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
