/JAQBlurryTableViewController

UITableView with a blurry header that unblurs when scrolling up like Tweetbot

Primary LanguageObjective-CMIT LicenseMIT

JAQBlurryTableViewController

UITableViewController with a Blurry Header that unblurs when scrolling up, like Tweetbot.

Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

[self configureBannerWithImage:[UIImage imageNamed:@"cats"]];

or

[self configureBannerWithImage:[UIImage imageNamed:@"cats"] blurRadius:12 blurTintColor:[UIColor colorWithWhite:0 alpha:0.5] saturationFactor:1];

You can add as many views as you want to self.contentView, all the views holded by the contentView will change their alpha when scrolling.

Requirements

OS 7 or higher

Installation

JAQBlurryTableViewController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "JAQBlurryTableViewController"

Author

Javier Querol

Twitter

License

JAQBlurryTableViewController is available under the MIT license. See the LICENSE file for more info.