I’m pretty sure that doesn’t work for settings.config.
But since you suggest using getInfo, do you know a way to lock the UI at runtime to a desired orientation? It would be nice if position 0,0 always is in the upper left corner both for portrait and landscape mode, so the interface would be drawn the same plus a few changes.
Very good point, I commented without reading thoroughly.
if you’re only targeting iPhones and iPads, you can just release one app for iPhones and one app for iPads. I don’t know if it’s even possible to have one codebase that serves two different orientations. I’m not an expert on dual orientation support, but I’d venture to guess it’s either not possible, or prohibitively difficult to manage.
I’m pretty sure that doesn’t work for settings.config.
But since you suggest using getInfo, do you know a way to lock the UI at runtime to a desired orientation? It would be nice if position 0,0 always is in the upper left corner both for portrait and landscape mode, so the interface would be drawn the same plus a few changes.
Very good point, I commented without reading thoroughly.
if you’re only targeting iPhones and iPads, you can just release one app for iPhones and one app for iPads. I don’t know if it’s even possible to have one codebase that serves two different orientations. I’m not an expert on dual orientation support, but I’d venture to guess it’s either not possible, or prohibitively difficult to manage.