UINavigationController(FDFullscreenPopGesture) Category Reference
Declared in | UINavigationController+FDFullscreenPopGesture.h UINavigationController+FDFullscreenPopGesture.m |
---|
Overview
Adding the implementation file of this category to your target will automatically patch UINavigationController with this feature.
fd_fullscreenPopGestureRecognizer
The gesture recognizer that actually handles interactive pop.
@property (nonatomic, strong, readonly) UIPanGestureRecognizer *fd_fullscreenPopGestureRecognizer
Discussion
The gesture recognizer that actually handles interactive pop.
Declared In
UINavigationController+FDFullscreenPopGesture.h
fd_viewControllerBasedNavigationBarAppearanceEnabled
A view controller is able to control navigation bar’s appearance by itself, rather than a global way, checking “fd_prefersNavigationBarHidden” property. Default to YES, disable it if you don’t want so.
@property (nonatomic, assign) BOOL fd_viewControllerBasedNavigationBarAppearanceEnabled
Discussion
A view controller is able to control navigation bar’s appearance by itself, rather than a global way, checking “fd_prefersNavigationBarHidden” property. Default to YES, disable it if you don’t want so.
Declared In
UINavigationController+FDFullscreenPopGesture.h