You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
# Be sure to run `pod lib lint MXParallaxHeader.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "MXParallaxHeader"
s.version = "0.6.1"
s.summary = "Simple parallax header for UIScrollView."
s.description = <<-DESC
MXParallaxHeader is a simple header class for UIScrolView.
In addition, MXScrollView is a UIScrollView subclass with the ability to hook the vertical scroll from its subviews, this can be used to add a parallax header to complex view hierachy.
Moreover, MXScrollViewController allows you to add a MXParallaxHeader to any kind of UIViewController.