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.
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
Post a Comment