SkillAgentSearch skills...

JAQBlurryTableViewController

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

Install / Use

/learn @JavierQuerol/JAQBlurryTableViewController
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars56
CategoryDevelopment
Updated1y ago
Forks3

Languages

Objective-C

Security Score

80/100

Audited on Feb 24, 2025

No findings