ios - How can i resize image in table view? -
how can in picture in table ? thinking can add table view image , more custom cells. problem is:how can resize image dragging this:
the secret set imageview contentmode aspectfill, image expand automatically when imageview frame change.
this need little setup views constraints though, references:
- http://blog.domesticcat.com.au/ios/2014/03/19/creating-parallax-effect-on-uiscrollview-using-simple-constraints/
- how expand image on uitableview in cnn app
i have setup own using methods described in first link above.
Comments
Post a Comment