Closed ccannell closed 5 years ago
Hi,
I can't reproduce the behaviour.
Are you sure you are testing isLeftViewOpen in didShowLeft and not in WillShowLeft?
Positive. I’ll post some more code.
I'll see if I can get it down to a small example and post a full project.
Closing this issue as no feedback given.
I'm able to get PBRevealViewController to call the
@objc func revealController(_ revealController: PBRevealViewController, didShowLeft viewController: UIViewController)
delegate when the left view is not open (e.g.
revealController.isLeftViewOpen == false
). I'm able to trigger this using the pan gesture to open the menu. If I make a pan gesture in just the right way the delegate will be called even when the left view doesn't open. I'm using the swift branch. Thank you.