UIViewController(FDFullscreenPopGesture) Category Reference
Declared in | UINavigationController+FDFullscreenPopGesture.h UINavigationController+FDFullscreenPopGesture.m |
---|
Overview
Allows any view controller to disable interactive pop gesture, which might be necessary when the view controller itself handles pan gesture in some cases.
fd_interactivePopDisabled
Whether the interactive pop gesture is disabled when contained in a navigation stack.
@property (nonatomic, assign) BOOL fd_interactivePopDisabled
Discussion
Whether the interactive pop gesture is disabled when contained in a navigation stack.
Declared In
UINavigationController+FDFullscreenPopGesture.h
fd_prefersNavigationBarHidden
Indicate this view controller prefers its navigation bar hidden or not, checked when view controller based navigation bar’s appearance is enabled. Default to NO, bars are more likely to show.
@property (nonatomic, assign) BOOL fd_prefersNavigationBarHidden
Discussion
Indicate this view controller prefers its navigation bar hidden or not, checked when view controller based navigation bar’s appearance is enabled. Default to NO, bars are more likely to show.
Declared In
UINavigationController+FDFullscreenPopGesture.h
fd_interactivePopMaxAllowedInitialDistanceToLeftEdge
Max allowed initial distance to left edge when you begin the interactive pop gesture. 0 by default, which means it will ignore this limit.
@property (nonatomic, assign) CGFloat fd_interactivePopMaxAllowedInitialDistanceToLeftEdge
Discussion
Max allowed initial distance to left edge when you begin the interactive pop gesture. 0 by default, which means it will ignore this limit.
Declared In
UINavigationController+FDFullscreenPopGesture.h