Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1002 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 1002 Bytes

BABCropperView

A customizable image cropper view based on UIScrollView.

Sample Project

Supports iOS 7.0+

  • Crop size is fully configurable
  • Allows cropping of any part of the image
  • Fully customizable with sensible defaults
  • Works easily with or without Auto Layout
  • Uses memory efficient image crop which handles multiple image orientations

This is a UIView subclass which allows a user to crop an image to a desired size.

Sample Code & Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • Requires iOS 7.0+

Installation

BABCropperView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "BABCropperView"

Author

Bryn Bodayle, [email protected]

License

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