0

I want to save the image that is pinched to different size from original size. How could I save it? How should I write the code ?

Brad Larson
  • 170,088
  • 45
  • 397
  • 571
srikanth rongali
  • 1,463
  • 4
  • 28
  • 53

2 Answers2

1

You should be able to find your answers in this question: https://stackoverflow.com/questions/1282830/uiimagepickercontroller-uiimage-memory-and-more

Community
  • 1
  • 1
NSSec
  • 4,431
  • 1
  • 27
  • 29
1

The answers to these questions provide a few different ways of resizing UIImages:

Community
  • 1
  • 1
Brad Larson
  • 170,088
  • 45
  • 397
  • 571