iOS swift) 메모앱 swipe시 navigation pop gesture recognizer The gesture recognizer responsible for popping the top view controller off the navigation stack. self.navigationController.interactivePopGestureRecognizer.delegate = self; 출처: https://stackoverflow.com/questions/34942571/how-to-enable-back-left-swipe-gesture-in-uinavigationcontroller-after-setting-le How to enable back/left swipe gesture in..