陈斌彬的技术博客

Stay foolish,stay hungry

自定义了leftBarbuttonItem左滑返回手势失效了怎么办?

self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc]    initWithImage:img   style:UIBarButtonItemStylePlain     target:self     action:@selector(onBack:)];     self.navigationController.interactivePopGestureRecognizer.delegate = (id<UIGestureRecognizerDelegate>)self;