Skip to content

Commit

Permalink
Remove the intermediate container view upon dismissal completion.
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio authored and wltrup committed Nov 24, 2017
1 parent 9d9bf1f commit b68e9b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ extension PresentationController {
removeDrawerDragRecogniser()
removeHandleView()
presentedViewController.removeFromParentViewController()
intermediate.view.removeFromSuperview()
}

override func containerViewWillLayoutSubviews() {
Expand Down

0 comments on commit b68e9b2

Please sign in to comment.