Expose extensionContainer
This commit is contained in:
parent
11a410348c
commit
c04c22357e
|
|
@ -17,6 +17,7 @@
|
||||||
@interface TLYShyNavBarManager : NSObject
|
@interface TLYShyNavBarManager : NSObject
|
||||||
|
|
||||||
@property (nonatomic, readonly) UIViewController *viewController;
|
@property (nonatomic, readonly) UIViewController *viewController;
|
||||||
|
@property (nonatomic, readonly) UIView *extensionViewsContainer;
|
||||||
|
|
||||||
@property (nonatomic, weak) UIScrollView *scrollView;
|
@property (nonatomic, weak) UIScrollView *scrollView;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,7 @@ static inline CGFloat AACStatusBarHeight()
|
||||||
@interface TLYShyNavBarManager () <UIGestureRecognizerDelegate>
|
@interface TLYShyNavBarManager () <UIGestureRecognizerDelegate>
|
||||||
|
|
||||||
@property (nonatomic, strong) TLYShyViewController *navBarController;
|
@property (nonatomic, strong) TLYShyViewController *navBarController;
|
||||||
|
@property (nonatomic, readwrite) UIView *extensionViewsContainer;
|
||||||
@property (nonatomic, strong) UIView *extensionViewsContainer;
|
|
||||||
|
|
||||||
@property (nonatomic) CGFloat previousYOffset;
|
@property (nonatomic) CGFloat previousYOffset;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue