uiscrollview - Scroller is not showing in landscape mode in IOS APP -


i want make landscape , portrait mode ios app. i've designed 1 page 3 text boxes , 7 buttons. text boxes , button resizing (change width) according ios screen size in landscape mode scroller not showing in landscape mode. so, buttons not showing in landscape mode. please go through landscape image , portrait image links.

landscape image : http://www.2shared.com/photo/nbutg4eb/landscape.html

portrait image: http://www.2shared.com/photo/1pr86npe/portrait.html

i new in ios so, facing type of problem. request experts don't close question because facing problem , need complete today.

i waiting valuable answer.

thanks! shailesh prajapati

first of all, default scroller not visible. visible when enter view disappears. more not best, user experience point of view, display them time.

so, indicate user "somewhere @ bottom there something" can 2 things:

after view loaded in - (void) viewdidload can blink scrolls using:

[scrollview flashscrollindicators]; 

and can place buttons, near bottom edge, in such way half of button visible , half not. indicator user "hey! there there!" (http://imgur.com/p9qzuvc)


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -