We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713a924 commit 0e869caCopy full SHA for 0e869ca
GKClasses/GKImageCropViewController.m
@@ -69,7 +69,7 @@ - (void)_setupNavigationBar{
69
action:@selector(_actionCancel)];
70
71
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:NSLocalizedString(@"Use", @"Use")
72
- style:UIBarButtonItemStyleBordered
+ style:UIBarButtonItemStylePlain
73
target:self
74
action:@selector(_actionUse)];
75
}
0 commit comments