I'm working with NGUI, I wonder how to resolve the problem about multi-resolution.
To help understand easily, I'll attach two screenshots.
First one is the case of GalaxyS3(1280x720).
Second one is the case of iPad(1024x768).
Basically, screens are made with anchor, so UIs are aligned with top, bottom and center base.
And I used this source code.
http://output.willway.net/?p=44It manipulates manual height of UIRoot, and make UI fit with its screen height.
GalaxyS3 has long screen, but its ok because my purpose is to fill the whole screen.
But second case, in iPad, there's black area on left, right side.
How can I solve this problem?
What I want to do is fill the whole screen on any resolution.
Hm, or, isn't it needed? May I leave this as it is?