Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IHEARTCOOKIES committed Jul 5, 2018
1 parent 192108a commit a91039e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pod 'FBLeakDetectorVC'

## Usage

Start by simply subclassing the UIViewController(s) that you'd like to monitor for potential leakage. A common practice is to let your BaseViewController subclass our FBLeakDetectorViewController. By doing so, you'll have a leak detector enabled for all view controllers that inherits your BaseViewController.
Start by simply subclassing the UIViewController(s) that you'd like to monitor for potential leakage. A common practice is to let your BaseViewController subclass our [FBLeakDetectorViewController](https://github.com/IHEARTCOOKIES/FBLeakDetectorVC/blob/master/FBLeakDetectorVC/Classes/Public/FBLeakDetectorViewController.h). By doing so, you'll have a leak detector enabled for all view controllers that inherits your BaseViewController.

Switch between the action types by overriding the getter as follows:

Expand Down

0 comments on commit a91039e

Please sign in to comment.