Is there any reference tutorial for getting the image size in small or medium environment.
I just want to know the calculation of image sizes in terms of Width and Height, How can we calculate UIImage size in pixels when It is small, medium or large like in apple mail.
It is just like when we attach image in Mail it asks small, medium, large..
Plz don’t provide this as I already gone through this..
Thanks in advance.
Finally seeing from many solutions I got the following solution and done code according this.
We can get images like following.
Where typeOfImage = 0,1,2 for small, medium and large respectively.
and call to function like this