[MonoTouch] Retina iPad Graphics
Jeff Stedfast
jeff at xamarin.com
Tue Mar 13 22:53:18 UTC 2012
I am pulling my hair out trying to figure out what the issue is :-\
* both the arrowup.png and arrowup at 2x.png are installed into the app
bundle, so that ain't the problem...
* I set the MonoTouch's project Deployment Target to iOS 5.1 & the SDK to
5.1 (since I noticed that's what Xcode was doing)... didn't make a
difference
* I tried making the ObjC and MonoTouch apps use the same exact .xib file
in case that was the issue... nope
* I hex-diffed the generated .nibs and found they were different, so...
* I dug into the exact command-line arguments and environment variables
that Xcode uses to compile nibs
* fixed MonoDevelop to use the exact same command-line (just changed the
order of args and fixed the exported PATH env)
* oddly, the results are *still* different :-(
* I tried copying the nib generated by Xcode into the MT app bundle
installed in the iPhone Simulator directory... no luck
* I tried copying the nib generated by MonoDevelop into Xcode's app bundle,
that still works
At this point, I think it's safe to say, that even though the generated
.nib's are different, that it's not the cause of the problems...
Unfortunately, that also means I'm at a loss to explain what is wrong :-(
Jeff
On Tue, Mar 13, 2012 at 2:50 PM, Jeff Stedfast <jeff at xamarin.com> wrote:
> Thanks Andy,
>
> I can reproduce here. I'll try to figure out what the issue is...
>
> Jeff
>
>
> On Tue, Mar 13, 2012 at 1:38 PM, AndyW <andywhitt at gmail.com> wrote:
>
>> I've created a test project here using MonoTouch, if you look at the
>> images
>> and then run the simulator and then retina simulator, you'll see both use
>> the 1x version.
>>
>> http://dl.dropbox.com/u/10852937/iPadMTRetinaTest.zip
>>
>> --
>> View this message in context:
>> http://monotouch.2284126.n4.nabble.com/Retina-iPad-Graphics-tp4466319p4469719.html
>> Sent from the MonoTouch mailing list archive at Nabble.com.
>> _______________________________________________
>> MonoTouch mailing list
>> MonoTouch at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monotouch
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monotouch/attachments/20120313/e843657c/attachment.html>
More information about the MonoTouch
mailing list