Skip to content

Instantly share code, notes, and snippets.

Created February 23, 2016 01:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b6fa3a25d24856928d5f to your computer and use it in GitHub Desktop.
Save anonymous/b6fa3a25d24856928d5f to your computer and use it in GitHub Desktop.
//
// 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