Skip to content

Commit

Permalink
fix memory leak - issue handsomecode#91
Browse files Browse the repository at this point in the history
  • Loading branch information
omerozk committed Jun 9, 2020
1 parent 1f563be commit 8fd7c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MenuViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import UIKit
open class MenuViewController: UIViewController {

public weak var menuContainerViewController: MenuContainerViewController?
var navigationMenuTransitionDelegate: MenuTransitioningDelegate?
weak var navigationMenuTransitionDelegate: MenuTransitioningDelegate?

@objc func handleTap(recognizer: UIGestureRecognizer){
menuContainerViewController?.hideSideMenu()
Expand Down

0 comments on commit 8fd7c10

Please sign in to comment.