hi
I am newer to ngui. I am creating a interface using ngui for Mobiles . My app have a UIRoot . I am creating a prefab for any page say main menu it consists of sprite as BG , UIbutton for back and forward movement , some title sprite etc. I am using the latest version of ngui. When i transferred the app on device ( 1280*800 ) or (960*640) ,i am facing the streching issue. BG is not stretched according to device resolution , button anchor got changed etc....
I tried UIStrech with Both params set to stretch the BG & UIAnchor to anchor the buttons, title etc.
But there is still some borders left at left and right and also buttons are not positioned as per anchor.
(My UIRoot settings are FixedSize and height is 640)
Can some one help me ? How can we design our ngui(interface) pages which got scaled (bg) automatically according to device resolution and button according to anchor?
thanks