Skip to content

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

README.md

UIImage-Resize.swift

Use this file to your extension for Resize the image in iOS

Platform Language License

Overview

  • Manual drag & drop the class.
  • Swift 5.0 above.
  • Xcode 11 above.
  • Resize/Crop the image.
  • You can mention Width & Height of the image.
image.resize(to: CGSize(width: 200, height: 200))

In many cases you need to upload the image to backend with same quality with low dimension you can use the above class and mention the sizes.

License

UIImage+Resize is distributed under the MIT license .

About

Use this file to your extension for Resize the image in iOS

Topics

Resources

Releases

No releases published

Languages

You can’t perform that action at this time.