Been looking around on here for a while but can\'t seem to find a working solution.
I\'m trying to disable the swipe to go back to previous view gesture, in Swift.>
for objective -c
-(void)viewWillAppear:(BOOL)animated{ [super viewWillAppear:true]; self.navigationController.interactivePopGestureRecognizer.enabled = NO; }