CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | MUMPSMUMPS |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Javier Querol.
UITableViewController with a Blurry Header that unblurs when scrolling up, like Tweetbot.
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.
OS 7 or higher
Javier Querol
JAQBlurryTableViewController is available under the MIT license. See the LICENSE file for more info.