Skip to content

Rehsco/FlexImageCropView

Repository files navigation

FlexImageCropView

Cropping images using flex and style library

Installation

CocoaPods

Install CocoaPods if not already available:

$ [sudo] gem install cocoapods
$ pod setup

Go to the directory of your Xcode project, and Create and Edit your Podfile and add FlexImageCropView:

$ cd /path/to/MyProject
$ touch Podfile
$ edit Podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, ‘11.0’

use_frameworks!
pod ‘FlexImageCropView’

Install into your project:

$ pod install

Open your project in Xcode from the .xcworkspace file (not the usual project file):

$ open MyProject.xcworkspace

You can now import FlexImageCropView framework into your files.

Usage

See the demo project contained in the code for a usage guide.

Acknowledgements

Derived from RSKImageCropper by Ruslan Skorb (https://github.com/ruslanskorb/RSKImageCropper)

License

FlexImageCropView is available under the MIT license. See the LICENSE file for more info.

About

Cropping images using flex and style library

Resources

License

Stars

Watchers

Forks

Packages

No packages published