Skip to content

Commit a9da4b6

Browse files
author
Tim Johnsen
committed
Rename method to be more accurate.
1 parent dab9b60 commit a9da4b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UIViewController+Debugging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
#import <UIKit/UIKit.h>
1010

1111
@interface UIViewController (Debugging)
12-
- (void)showDebugger;
12+
- (void)toggleDebugger;
1313
@end

UIViewController+Debugging.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#import "UIViewController+Debugging.h"
1010

1111
@implementation UIViewController (Debugging)
12-
- (void)showDebugger
12+
- (void)toggleDebugger
1313
{
1414
#ifdef DEBUG
1515
#pragma clang diagnostic push

0 commit comments

Comments
 (0)