xcode4 - iOS below 7.0 shows grouping of button on UIActionsheet in Landscape mode -


i have 5 uibuttons displayed in uiactionsheet. displayed fine in portrait-mode. however, in case of landscape-mode uibuttons grouped , presented ios (6.1.3) shown in screenshot.

enter image description here

also, console displays following message :

presenting action sheet clipped superview. controls might not respond touches. on iphone try -[uiactionsheet showfromtabbar:] or -[uiactionsheet showfromtoolbar:] instead of -[uiactionsheet showinview:].

i know reason , possible solution avoid it.

this not landscape/portrait issue. happen in portrait mode well, if add enough buttons.

that uiactionsheet has many buttons fit on ui.

when there many buttons, uiactionsheet uses stylised table view display choices. can't make sheet display in way choice - displays if there many buttons show @ 1 time (which why seen in landscape mode).

source: this answer


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -