objective c - iOS Storyboard: set ImageView width and height not work -


i have image need display use uiimageview , use storyboard set view's height , width in size inspector , set view's horizontal centre in super view.but when click update frames in resolve auto layout issues ,it uses image resource size.how can ?my constraints

you need add width , height constrains imageview.

enter image description here


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -