We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362ad4d commit f7dbbf4Copy full SHA for f7dbbf4
Objective-C/TOCropViewController/TOCropViewController.m
@@ -290,7 +290,7 @@ - (CGRect)frameForToolbarWithVerticalLayout:(BOOL)verticalLayout {
290
#else
291
CGFloat minPadding = 16.0f;
292
#endif
293
- frame.origin.x = insets.left;
+ frame.origin.x = minPadding + insets.left;
294
frame.origin.y = minPadding + insets.top;
295
frame.size.width = kTOCropViewControllerToolbarHeight;
296
frame.size.height = CGRectGetHeight(self.view.frame) - (minPadding * 2.0f) - insets.top - insets.bottom;
0 commit comments