WBImageCropper works for all type of input cropping mask and is implemented in Swift.*
WBImageCropper will provide you image editing & cropping functionality by just calling a 2 line to code. It made things easy that was never before.
I have used many cropping tools but this library provides cropping stuff very user friendly.
To run the example project, clone the repo, and run pod install
from the Example directory first.
- First Create a WBImageCropper Object with Image and Cropping Mask and then confirm to it's delegate
let croppingView = WBImageCropperVC(CGRect(x: 0, y: view.frame.size.height/2, width: view.frame.size.width, height: 200), image: UIImage(named: "world")!)
croppingView.delegate = self
present(croppingView, animated: true, completion: nil)
func pickedImageDidFinish(_ image: UIImage)
func pickedImageDidCancel(_ image: UIImage?)
Square Mask | Rectangle Mask |
---|---|
- iOS 9.4
- Swift 4.1
Download the Code and Copy the file -> WBImageCropper.swift
into your project. That's it.
WBImageCropper is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'WBImageCropper'
mwaqasbhati, m.waqas.bhati@hotmail.com
WBImageCropper is available under the MIT license. See the LICENSE file for more info.