Skip to content

Commit

Permalink
Exposing a property to subclasses.
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyBennett committed Oct 28, 2015
1 parent d2f3245 commit 8eb4812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/AXTabBar.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ typedef enum : NSUInteger {
@property (assign, nonatomic) UITabBarItem *selectedItem;
@property (assign, nonatomic) id<AXTabBarDelegate> delegate;
@property (strong, nonatomic) UIFont *tabBarButtonFont;
@property (copy, nonatomic) NSArray *tabBarItemButtons;
- (void)setTabBarStyle:(AXTabBarStyle)tabBarStyle;

// TODO: implement this style option.
//@property (nonatomic) AXTabBarStyle tabBarStyle;
@end

0 comments on commit 8eb4812

Please sign in to comment.