Skip to content

Commit

Permalink
Update CAPSPageMenu.h
Browse files Browse the repository at this point in the history
  • Loading branch information
itjhDev authored May 21, 2024
1 parent 9fca10f commit 209ccc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TouTiao/CAPSPageMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

@property (nonatomic) UILabel *titleLabel;
@property (nonatomic) UIView *menuItemSeparator;
@property (nonatomic) UIView *menuItemSeparator22;

- (void)setUpMenuItemView:(CGFloat)menuItemWidth menuScrollViewHeight:(CGFloat)menuScrollViewHeight indicatorHeight:(CGFloat)indicatorHeight separatorPercentageHeight:(CGFloat)separatorPercentageHeight separatorWidth:(CGFloat)separatorWidth separatorRoundEdges:(BOOL)separatorRoundEdges menuItemSeparatorColor:(UIColor *)menuItemSeparatorColor;

Expand All @@ -39,6 +40,8 @@
@property (nonatomic, readonly) NSArray *controllerArray;
@property (nonatomic, readonly) NSArray *menuItems;
@property (nonatomic, readonly) NSArray *menuItemWidths;
@property (nonatomic, readonly) NSArray *menuItemWidths2;


@property (nonatomic) NSInteger currentPageIndex;
@property (nonatomic) NSInteger lastPageIndex;
Expand Down

0 comments on commit 209ccc0

Please sign in to comment.