Remove an unused code
This commit is contained in:
@@ -174,10 +174,6 @@ class SampleListViewController: UIViewController {
|
||||
}
|
||||
}
|
||||
|
||||
@objc func dismissDetailPanelVC() {
|
||||
detailPanelVC.removePanelFromParent(animated: true, completion: nil)
|
||||
}
|
||||
|
||||
@objc func handleBackdrop(tapGesture: UITapGestureRecognizer) {
|
||||
switch tapGesture.view {
|
||||
case mainPanelVC.backdropView:
|
||||
|
||||
Reference in New Issue
Block a user