iphone - ios: image resize as per screen resolution -
i displaying image thumbnails urls(which in json file) custom cells of tableview.
the images loaded url not showing properly- of resolution higher need , of lower resolution.
how manipulate these images scaled per each screen(retina normal) in iphone?
how scale , resize thumbnail images url?
unless care other issues memory or disk usage (for caching) images, don't have resize them.
you can use uiviewcontentmodescaleaspectfit
contentmode
uiimageview
, set image image view. sufficient you.
Comments
Post a Comment