Skip to content

Commit 8ca9eb9

Browse files
author
Raúl Conesa
committed
Expose overlayView on TOCropView.h to be able to customize from outside.
1 parent 1d2cda4 commit 8ca9eb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Objective-C/TOCropViewController/Views/TOCropView.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ NS_ASSUME_NONNULL_BEGIN
4747
*/
4848
@property (nonatomic, assign, readonly) TOCropViewCroppingStyle croppingStyle;
4949

50+
/**
51+
A semi-transparent grey view, overlaid on top of the background image
52+
*/
53+
@property (nonatomic, strong, readonly) UIView *overlayView;
54+
5055
/**
5156
A grid view overlaid on top of the foreground image view's container.
5257
*/

0 commit comments

Comments
 (0)