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

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

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -