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 2001288 commit 8672382Copy full SHA for 8672382
Objective-C/TOCropViewController/Views/TOCropToolbar.m
@@ -131,7 +131,7 @@ - (void)setup {
131
[_cancelIconButton setImage:[TOCropToolbar cancelImage] forState:UIControlStateNormal];
132
[_cancelIconButton addTarget:self action:@selector(buttonTapped:) forControlEvents:UIControlEventTouchUpInside];
133
if (@available(iOS 26.0, *)) {
134
- _cancelIconButton.configuration = [UIButtonConfiguration prominentGlassButtonConfiguration];
+ _cancelIconButton.configuration = [UIButtonConfiguration clearGlassButtonConfiguration];
135
}
136
[self addSubview:_cancelIconButton];
137
0 commit comments