Expose extensionContainer

This commit is contained in:
Mazyad Alabduljaleel 2014-06-15 17:05:58 +04:00
parent 11a410348c
commit c04c22357e
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,7 @@
@interface TLYShyNavBarManager : NSObject
@property (nonatomic, readonly) UIViewController *viewController;
@property (nonatomic, readonly) UIView *extensionViewsContainer;
@property (nonatomic, weak) UIScrollView *scrollView;

View File

@ -22,8 +22,7 @@ static inline CGFloat AACStatusBarHeight()
@interface TLYShyNavBarManager () <UIGestureRecognizerDelegate>
@property (nonatomic, strong) TLYShyViewController *navBarController;
@property (nonatomic, strong) UIView *extensionViewsContainer;
@property (nonatomic, readwrite) UIView *extensionViewsContainer;
@property (nonatomic) CGFloat previousYOffset;