ios - How can i resize image in table view? -


how can in picture in table ? thinking can add table view image , more custom cells.enter image description here problem is:how can resize image dragging this:enter image description here

the secret set imageview contentmode aspectfill, image expand automatically when imageview frame change.

this need little setup views constraints though, references:

  1. http://blog.domesticcat.com.au/ios/2014/03/19/creating-parallax-effect-on-uiscrollview-using-simple-constraints/
  2. how expand image on uitableview in cnn app

i have setup own using methods described in first link above.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -