Skip to content

Add a parallax top view to any UIScrollView (incl. UITableViews) — just from InterfaceBuilder. #Parallax #ScrollView #TableView #Header

License

Notifications You must be signed in to change notification settings

ReDetection/RDParallaxController

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDParallaxController

  • Add a parallax top view to any UIScrollView
  • Inspired by apps like foursquare or path

Demo

Features

  • Easy configuring right from interface builder. No code required!
  • Supports any UIScrollView
  • Use any UIView for the top view
  • Rich delegation methods for:
    • Top view tap
    • Pan over boundary
    • Full size top view
    • Scroll states
  • Uses plain views that already exist in your UIViewController
  • Keep contol of your UIScrollView delegate
  • Works with Storyboards
  • Developed for iOS7 (but should by compatible to iOS 5 - but not tested)

Installation

Add this line to the Podfile

pod 'RDParallaxController'

Configuring

Config

Contributing

Most annoying issue is #1, current workaround causes some blinks when popping view controller. I would appreciate if you find a good solution.

More Parallax Views

About

Add a parallax top view to any UIScrollView (incl. UITableViews) — just from InterfaceBuilder. #Parallax #ScrollView #TableView #Header

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 94.8%
  • Ruby 5.2%