CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

JAQBlurryTableViewController 1.0.0

JAQBlurryTableViewController 1.0.0

TestsTested
LangLanguage MUMPSMUMPS
License MIT
ReleasedLast Release Dec 2014

Maintained by Javier Querol.




  • By
  • Javier Querol

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

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

Author

Javier Querol

License

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