Javier Querol

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
3pods
objective-c
[self configureBannerWithImage:[UIImage imageNamed:@"cats"]];
or
objective-c
[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.
License: MIT
Image Slider View that takes objects that conforms to a protocol in order to provide an image url and a content url, so the slider automatically gets the images from the urls and shows them in the slider. The slider is tappable and has a delegate to know which object was tapped.
License: MIT