jberlana / JBCroppableView

JBCroppableView is a subclass of UIView built with UIKit and CoreGraphics that adds n points on an UIImageView allowing to modify them by drag & drop to trim the extra space of an image.
352 stars 89 forks source link

Unable to work with initWithImage #11

Open lakshmanss opened 9 years ago

lakshmanss commented 9 years ago

My aim is to get the captured image in my application , so that the user can crop the image so i tried this

@property (strong, nonatomic) IBOutlet JBCroppableImageView *imgview;

In implementation,