Skip to content

Commit 0e869ca

Browse files
author
Rob Seward
committed
Update deprecated button style
1 parent 713a924 commit 0e869ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GKClasses/GKImageCropViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ - (void)_setupNavigationBar{
6969
action:@selector(_actionCancel)];
7070

7171
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:NSLocalizedString(@"Use", @"Use")
72-
style:UIBarButtonItemStyleBordered
72+
style:UIBarButtonItemStylePlain
7373
target:self
7474
action:@selector(_actionUse)];
7575
}

0 commit comments

Comments
 (0)