mirror of
https://github.com/metabolist/metatext.git
synced 2024-12-18 03:36:30 +00:00
Formatting
This commit is contained in:
parent
3808a04d87
commit
822fa06046
1 changed files with 5 additions and 7 deletions
|
@ -12,9 +12,7 @@ class SwipeableNavigationController: UINavigationController {
|
|||
}
|
||||
|
||||
private func setupFullWidthBackGesture() {
|
||||
guard
|
||||
let targets = interactivePopGestureRecognizer?.value(forKey: "targets")
|
||||
else { return }
|
||||
guard let targets = interactivePopGestureRecognizer?.value(forKey: "targets") else { return }
|
||||
|
||||
// have fullWidthBackGestureRecognizer execute the same handler as interactivePopGestureRecognizer
|
||||
fullWidthBackGestureRecognizer.setValue(targets, forKey: "targets")
|
||||
|
|
Loading…
Reference in a new issue