Inherits from TSTabView : UIView
Declared in TSTabViewWithDropDownPanel.h

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

showPanelOnSelectedSectionTap

If YES then DropDownPanel will be shown/hidden on selected section tap. @def YES

@property (nonatomic, assign) BOOL showPanelOnSelectedSectionTap

Declared In

TSTabViewWithDropDownPanel.h

Instance Methods

hideDropDownPanelWithAnimation:

- (void)hideDropDownPanelWithAnimation:(BOOL)animated

movePanel:finished:

- (void)movePanel:(CGFloat)delta finished:(BOOL)finished

showDropDownPanelWithAnimation:

- (void)showDropDownPanelWithAnimation:(BOOL)animated