ios - Load custom view from .xib doesn't fit to iPhone 6+ -


i m using autolayout in app.

when load custom uiview .xib from viewdidload it's size (300,325) should be, on iphone6+ is't (394, 493).

but when load custom uiview .xib after (somewhere) size isn't change ( stay (300, 325) ) iphone6+ scale.

can u reason , solution?

thanks in advance!

you have use add new constraints specific uiview. it's automatically resize view.

otherwise if xib somewhere ... have set frame programmatically based on device.

enter image description here


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

spring cloud - How to configure SpringCloud Eureka instance to point to https on non standard port -