Skip to content

Commit

Permalink
chore: 示例代码更新
Browse files Browse the repository at this point in the history
  • Loading branch information
l1Dan committed Sep 29, 2024
1 parent d9b20d2 commit 540fa33
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Examples/Shared/UIKit/Feature/FeatureTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ extension FeatureTableViewController {

}

extension FeatureTableViewController: SlidingInteractiveNavigation {
var swipeDirectionAction: SlidingSwipeDirectionAction {
return .left { [weak self] in
self?.clickOpenDrawerButtonItem(nil)
}
}
}
//extension FeatureTableViewController: SlidingInteractiveNavigation {
// var swipeDirectionAction: SlidingSwipeDirectionAction {
// return .left { [weak self] in
// self?.clickOpenDrawerButtonItem(nil)
// }
// }
//}

0 comments on commit 540fa33

Please sign in to comment.