네비게이션 컨트롤러에서 push 후에 pop 할때 좌측 swipe로 화면 pop을 못하게 막는법이다.
까먹을것 같아 적어놓음.
if ([self.navigationController respondsToSelector:@selector(interactivePopGestureRecognizer)]) {
self.navigationController.interactivePopGestureRecognizer.enabled = NO;
}
'DirTy™의 하루일과 > DirTy™의 가당찮은iOS' 카테고리의 다른 글
[IOS] 스토리보드를 이용한 사이즈 클래스(Size Class) (0) | 2016.02.29 |
---|---|
[IOS] 스토리보드를 이용한 오토레이아웃(Auto Layout) (4) | 2016.02.26 |
[IOS] 객체에 객체를 추가해보자! Associated Objects (0) | 2015.12.15 |
[IOS] javascript에서 ios 로 호출하기. (0) | 2015.12.09 |
[IOS] objective-c, swift closure 구문 (0) | 2015.11.23 |