I am new to iphone development
My problem is that, in my app I have UIImageview, button1, button2. button1 is used to access images from saved photolibrary and button2 is used to store image in database,
But image size is (800x800) which is very large, I want to store it at (50x50) size
How to reduce size of image when button2 is clicked?
