TSTabViewWithDropDownPanel Class Reference
Inherits from | TSTabView : UIView |
Declared in | TSTabViewWithDropDownPanel.h |
Tasks
-
attachedPanel
property -
delegate
property -
shouldAdjustTabsContainerSize
property -
showPanelOnSelectedSectionTap
property -
showPanelBelowNavigationMenu
property -
panelIsHidden
property -
– showDropDownPanelWithAnimation:
-
– hideDropDownPanelWithAnimation:
-
– movePanel:finished:
Properties
attachedPanel
Custom UIView. Would be shouwn in drop down container. @def nil
@property (nonatomic, strong) UIView *attachedPanel
Declared In
TSTabViewWithDropDownPanel.h
delegate
TSTabViewWithDropDownPanelDelegate extends TSTabViewDelegate with callback for DropDownPanel state changes.
@property (nonatomic, weak) id<TSTabViewWithDropDownPanelDelegate> delegate
Declared In
TSTabViewWithDropDownPanel.h
panelIsHidden
DropDownPanel visibility status.
@property (nonatomic, assign, readonly) BOOL panelIsHidden
Declared In
TSTabViewWithDropDownPanel.h
shouldAdjustTabsContainerSize
If YES then tabs container’s size would be changed during DropDownPanel show/hide animation If NO then DropDownPanel will be shown on top of tabs container. @def YES
@property (nonatomic, assign) BOOL shouldAdjustTabsContainerSize
Declared In
TSTabViewWithDropDownPanel.h
showPanelBelowNavigationMenu
If YES then DropDownPanel will be shown below NavigationMenu. If NO then DropDownPanel will be shown above NavigationMenu and NavigationMenu itself will slide down. @def YES
@property (nonatomic, assign) BOOL showPanelBelowNavigationMenu
Declared In
TSTabViewWithDropDownPanel.h