dislam
December 11, 2015, 2:59am
41
Yes I tried compiling the storybord file into a NIB but it produced a small NIB file that did nothing when added to my app.
My workaround was to copy a XIB from an older project by using File --> Duplicate and copying it to the current project’s Base.lproj folder. That worked for me.
In the docs there maybe is a spelling error for the big launch images…
https://docs.coronalabs.com/daily/guide/distribution/buildSettings/index.html#launchimage
Shouldn’t it be
Default-Landscape-1336@2x.png
and
Default-Portrait-1336@2x.png
instead of the endings 1366@2x.png?
rob
April 27, 2016, 7:21pm
43
The iPad Pro is 2732 x 2048. 2732 / 2 = 1366.
Rob
rob
April 27, 2016, 7:32pm
45
No, it was a typo. The code had it right all along. I fixed the typo.
In the docs there maybe is a spelling error for the big launch images…
https://docs.coronalabs.com/daily/guide/distribution/buildSettings/index.html#launchimage
Shouldn’t it be
Default-Landscape-1336@2x.png
and
Default-Portrait-1336@2x.png
instead of the endings 1366@2x.png?
rob
April 27, 2016, 7:21pm
47
The iPad Pro is 2732 x 2048. 2732 / 2 = 1366.
Rob
rob
April 27, 2016, 7:32pm
49
No, it was a typo. The code had it right all along. I fixed the typo.