Skip to content

Commit

Permalink
Merge pull request #532 from photopills/exposeOverlayView
Browse files Browse the repository at this point in the history
Add overlayView on TOCropView.h
  • Loading branch information
TimOliver authored Aug 6, 2022
2 parents 1d2cda4 + 8ca9eb9 commit 527325d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Objective-C/TOCropViewController/Views/TOCropView.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (nonatomic, assign, readonly) TOCropViewCroppingStyle croppingStyle;

/**
A semi-transparent grey view, overlaid on top of the background image
*/
@property (nonatomic, strong, readonly) UIView *overlayView;

/**
A grid view overlaid on top of the foreground image view's container.
*/
Expand Down

0 comments on commit 527325d

Please sign in to comment.