Skip to content

Commit 743af67

Browse files
committed
v1.2.5支持横竖屏适配
1 parent 90be439 commit 743af67

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

CYLTabBarController/CYLTabBarController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static NSString * const CYLTabBarItemSelectedImage = @"tabBarItemSelectedImage";
1616
FOUNDATION_EXTERN NSUInteger CYLTabbarItemsCount;
1717
FOUNDATION_EXTERN CGFloat CYLPlusButtonWidth;
1818
FOUNDATION_EXTERN CGFloat CYLTabBarItemWidth;
19-
static NSString *const CYLTabBarItemWidthDidUpdate = @"CYLTabBarItemWidthDidUpdate";
19+
FOUNDATION_EXTERN NSString *const CYLTabBarItemWidthDidUpdate;
2020

2121
@import UIKit;
2222

CYLTabBarController/CYLTabBarController.m

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
NSUInteger CYLTabbarItemsCount = 0;
1515
CGFloat CYLTabBarItemWidth = 0.0f;
16+
NSString *const CYLTabBarItemWidthDidUpdate = @"CYLTabBarItemWidthDidUpdate";
1617

1718
@interface NSObject (CYLTabBarControllerItemInternal)
1819

0 commit comments

Comments
 (0)