Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.28 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.28 KB

RSKImageCropper Build Status Coverage Status Carthage compatible

Sample

An image cropper for iOS like in the Contacts app with support for landscape orientation.

SWIFT 3.0 VERSION

Installation

RSKImageCropperSwift requires iOS 9.0 or later.

Using CocoaPods

  1. Add the pod RSKImageCropperSwift to your Podfile.

    pod 'RSKImageCropperSwift', '1.5.1.swift3'
    
    or
    
    pod 'RSKImageCropperSwift', :git => 'https://github.com/tapz/RSKImageCropper.git'
    
  2. Run pod install from Terminal, then open your app's .xcworkspace file to launch Xcode.

  3. ImportRSKImageCropperSwift

License

This project is is available under the MIT license. See the LICENSE file for more info. Attribution by linking to the project page is appreciated.