All Projects → MickeyHub → MHScrollingHeader

MickeyHub / MHScrollingHeader

Licence: MIT license
An Easy Way to Intergate Scrolling Header

Programming Languages

objective c
16641 projects - #2 most used programming language
swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to MHScrollingHeader

Horizontal Scroll
Horizontal scroll with inertia
Stars: ✭ 175 (+1246.15%)
Mutual labels:  scrolling
Priority Nav Scroller
Priority Nav Scroller is a plugin for the priority+ navigation pattern.
Stars: ✭ 198 (+1423.08%)
Mutual labels:  scrolling
Vue Product Zoomer
Zoom Prodct Image, useful for e-shop website
Stars: ✭ 248 (+1807.69%)
Mutual labels:  scrolling
Infinitescroll
Infinite Scroll (Endless Scrolling) for RecyclerView in Android
Stars: ✭ 183 (+1307.69%)
Mutual labels:  scrolling
Stickyfill
Polyfill for CSS `position: sticky`
Stars: ✭ 2,252 (+17223.08%)
Mutual labels:  scrolling
Gravity View
Introducing Gravity View: Because swiping is so yesterday!
Stars: ✭ 200 (+1438.46%)
Mutual labels:  scrolling
Sticky Sidebar
😎 Pure JavaScript tool for making smart and high performance sticky sidebar.
Stars: ✭ 2,057 (+15723.08%)
Mutual labels:  scrolling
react-is-scrolling
Simply detect if users are scrolling in your components in a declarative API
Stars: ✭ 17 (+30.77%)
Mutual labels:  scrolling
Scrollinglettersanimation
A switching title effect where a fixed element changes depending on the scroll position.
Stars: ✭ 197 (+1415.38%)
Mutual labels:  scrolling
Smoothscrollanimations
Demo of a tutorial on how to add smooth page scrolling with an inner image animation
Stars: ✭ 238 (+1730.77%)
Mutual labels:  scrolling
Md max72xx
LED Matrix Library
Stars: ✭ 186 (+1330.77%)
Mutual labels:  scrolling
React Indiana Drag Scroll
React component which implements scrolling via holding the mouse button or touch
Stars: ✭ 190 (+1361.54%)
Mutual labels:  scrolling
V Bar
The virtual responsive crossbrowser scrollbar component for VueJS 2x
Stars: ✭ 216 (+1561.54%)
Mutual labels:  scrolling
Scroll Js
Light cross-browser scroller that uses native javascript
Stars: ✭ 179 (+1276.92%)
Mutual labels:  scrolling
Scrollstory
A jQuery plugin for building scroll-based stories
Stars: ✭ 249 (+1815.38%)
Mutual labels:  scrolling
Appear
execute callbacks when dom elements appear in and out of view
Stars: ✭ 172 (+1223.08%)
Mutual labels:  scrolling
Pageable
Create full page scrolling web pages. No jQuery.
Stars: ✭ 199 (+1430.77%)
Mutual labels:  scrolling
angular-inviewport
A simple lightweight library for Angular with no other dependencies that detects when an element is within the browser viewport and adds a "sn-viewport-in" or "sn-viewport-out" class to the element
Stars: ✭ 72 (+453.85%)
Mutual labels:  scrolling
Moveto
A lightweight scroll animation javascript library without any dependency
Stars: ✭ 2,746 (+21023.08%)
Mutual labels:  scrolling
Hiddensearchwithrecyclerview
Simple library to have a hidden/shown search bar
Stars: ✭ 220 (+1592.31%)
Mutual labels:  scrolling

MHScrollingHeader

An Easy Way to Intergate Scrolling Header

Travis CocoaPods CocoaPods CocoaPods Join the chat at https://gitter.im/MickeyHub/MHScrollingHeader Contact

A custom Category for UIViewController to enable the scrolling of the header alongside the scrolling of an observed content view.

#Screenshot

MHScrollingHeader

#Setup with CocoaPods

pod 'MHScrollingHeader', '~> 1.0.0'
use_frameworks!

Manually from GitHub

  1. Download the source files in the MHScrollHeader subdirectory.
  2. Add the one and only one swift file to your Xcode project.

##Usage

Make sure to use AutoLayout for your App UI.

Just use scrollHeaderSetup(_:contentOffset:topConstraint:flexibleViewHeight:) to start following the scrolling of a scrollable view (e.g.: a UIScrollView or UITableView).

Example->OC:

- (void)viewDidLoad {
    [self scrollHeaderSetup:@[tableView1, tableView2] contentOffset:200 topConstraint:self.topConstraint flexibleViewHeight:40];
}

Check out the sample project for more details.

#Author MickeyHub

#MIT License The MIT License (MIT)

Copyright (c) 2015 MickeySha

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].