Created
February 23, 2016 01:21
-
-
Save anonymous/b6fa3a25d24856928d5f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// JJWParallaxHeaderViewWithVisualEffect.h | |
// ParallaxScrollViewHeaderWithBlur | |
// | |
// Created by Joel West on 2/22/16. | |
// Copyright © 2016 WestSutdios. All rights reserved. | |
// | |
#import <UIKit/UIKit.h> | |
@interface JJWParallaxHeaderViewWithVisualEffect : UIView | |
@property (weak, nonatomic) IBOutlet UIImageView *imageView; | |
@property (weak, nonatomic) IBOutlet UIVisualEffectView *visualEffectView; | |
+ (instancetype)instantiateFromNibWithImage:(UIImage *)image withBlurEffectStyle:(UIBlurEffectStyle)blurEffectStyle; | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment