TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
SYNScrollViewObserverEffects is a set of classes that observe the content offset of one scrollview and generate different effects. The primary goal was to be unobtrussive and able to react to changes in a scroll view without having to be the delegate. Effects included:
Note: The blur effect in this library is requires iOS 7+. All else should work with at least iOS 6.
To run the example project; clone the repo, and run pod install
from the Project directory first.
Using in a project can be done with the following code.
self.parallaxObserver = [[SYNParallaxScrollObserver alloc] initWithObservedScrollView:self.observed parallaxedScrollView:self.parallaxed];
[self.parallaxObserver startObserving];
To use all of the effects iOS 7 is required.
Sam Corder, [email protected] @SamCorder
SYNScrollViewObserverEffects is available under the MIT license. See the LICENSE file for more info.