objective c - UIImageView fit to View frame size -
When I create a new ViewController and I pull it UIImageView, the UIIV increases to fit the fullscreen with width and height Is the screen? If I make changes between 4 and 3,5 "screen, then UIImageView changes its height dynamically.
  
  
How do I fix it Can i
short answer: Use auto layout
Long answer :
-  Select the image view,  left ,  on the right ,  top ,  bottom < /var>  - Select the image view, update the frame
   
   
 
- Select the image view, update the frame
Comments
Post a Comment