Start a Project

Applying Scale Factor in UIimage in iOS

Scale Factor

In iOS we have to set the images on different kind of devices such as iPhone 4, 5,6 etc. each phone has high scale factor due to that reason images , display in sharp and clear. for that we need to find out scale factor of phone.

there is some condition for setting images

1: we make request to server for getting images.

2: we directly fetch the images from url.

1: if we are making request to server for images then we have to send the request in this way:

note: we multiply the screen width  of phone to scale factor.

2: we directly display data on UIimageview

Exit mobile version