# mayuur/MJParallaxCollectionView

This is a parallax for the cells inside UICollectionView. It gives us an effect just like scrolling the images in Whatsapp or scrolling through the Weather app for iOS

Repository: https://github.com/mayuur/MJParallaxCollectionView
Canonical: https://ross.abutalabs.com/products/mjparallaxcollectionview
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2015-12-27T10:02:47+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4537, "days_push": 3902, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1236, forks 107 (observed 2026-08-28T04:04:05.011696+00:00)

## What it is
An Objective-C library that adds a parallax scrolling effect to cells inside a UICollectionView, mimicking the image scrolling seen in WhatsApp or the iOS Weather app. It is integrated by setting up standard UICollectionView datasource/delegate methods and the scrollViewDidScroll callback.

## Use cases
- add parallax scrolling to collection view images in an iOS app
- recreate the WhatsApp image scrolling effect
- build a weather-app-style scrolling image gallery
- animate collection view cells while scrolling
- make image cells move at different speeds during scroll

## When to choose
- you are building an Objective-C or legacy iOS app with UICollectionView and want a quick parallax effect
- you want a lightweight drop-in effect with minimal setup
- you need a simple MIT-licensed parallax implementation to study or customize

## When to avoid
- you are starting a new Swift project and prefer Swift-native or SwiftUI solutions
- you need actively maintained or regularly updated libraries
- you need parallax effects outside UICollectionView or on non-iOS platforms

## Facets
- artifact type: library
- maturity: abandoned
- function: animation, ui-components
- domain: mobile-development, frontend
- platform: -
- tags: uikit, objective-c, parallax, uicollectionview, scrolling-effects, ios, mobile

## Member repositories
- mayuur/MJParallaxCollectionView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:05.011696+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:21:59.578208+00:00, confidence not recorded.
  - readme: https://github.com/mayuur/MJParallaxCollectionView (fetched 2026-08-28T04:04:05.011696+00:00, sha 061a467b012a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
