objective c - ios 11 - Icons alignment distortion -


we had create 64bit build of our application, due ios 11 enforcement. we've done stuck in icons alignment in our xib files.

in our old builds icons used appear vertically aligned. icons appearing horizontally aligned text. have tried set custom offsets, apply auto layout , trait variations interface builder document properties.

how appears of in other devices, desired behavior well: ios 8, ios 10 icons appearance

how appears right now: ios 11 icons appearance

it's new feature of ios 11 user interface on ipad (refer this wwdc talk).

i don't think can standard exposed configuration options unless use custom component.

or can subclass , trick component think it's in compact size class described here: https://stackoverflow.com/a/45945937/1463411


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -