awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
CoderMJLee avatar

CoderMJLee/MJRefresh

0
View on GitHub↗
13,814 星标·3,526 分支·Objective-C·MIT·4 次浏览

MJRefresh

MJRefresh is a scroll view interaction library and a set of reusable UI components for implementing pull-to-refresh and infinite scrolling behaviors in mobile user interfaces. It provides customizable refresh indicators and controllers that manage reload callbacks and loading states within scrollable containers.

The library allows for the replacement of standard loading indicators with custom images, GIF sequences, and status labels to match specific visual branding. It includes a global configuration store to handle dynamic UI localization and the translation of refresh content across an application.

The toolkit covers a broad range of interaction capabilities, including infinite scroll pagination and mobile list interaction. It enables the creation of bespoke refresh headers and footers through a base-class inheritance model, allowing developers to manage refresh states and style status labels.

Features

  • Pull-to-Refresh Components - Provides UI components for implementing pull-to-refresh behaviors with customizable animations.
  • Scroll View Interaction Libraries - Provides a comprehensive toolkit for managing reload callbacks and loading states within scrollable mobile containers.
  • State-Driven Callbacks - Decouples scroll interaction from data fetching by triggering callbacks when internal state thresholds are reached.
  • Scroll-Position Event Triggers - Tracks real-time scroll coordinates to drive visual updates and trigger reload events.
  • Scroll-Offset Thresholds - Monitors scroll offsets to detect when a user has pulled far enough to trigger a refresh.
  • Infinite Scroll Components - Implements footers that automatically trigger data fetching when the user reaches the bottom of a list.
  • Infinite Scrolling - Implements UI patterns that automatically load additional content as the user reaches the bottom of a scrollable list.
  • State-Based Animation Systems - Cycles through animation frames or GIFs based on the internal state of the pull-to-refresh process.
  • Processing Sequence Animators - Plays specific image sequences or GIFs tailored to the current refresh status and pull progress.
  • Base-Class Feature Inheritance - Implements a hierarchy of base classes to share core scrolling logic across custom refresh headers and footers.
  • Dynamic UI Labels - Updates status indicator text and styling in real time based on the current refresh state.
  • Mobile Interaction Patterns - Provides technical implementations for managing the feel and responsiveness of mobile scroll view interactions.
  • Refresh Indicator Customizations - Enables the creation of bespoke refresh headers and footers tailored to specific visual branding.
  • UI Label Customizations - Supports customizing the text, font, and color of status labels to provide user feedback.

Star 历史

codermjlee/mjrefresh 的 Star 历史图表codermjlee/mjrefresh 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

MJRefresh 的开源替代方案

相似的开源项目,按与 MJRefresh 的功能重合度排序。
  • mescroll/mescrollmescroll 的头像

    mescroll/mescroll

    4,459在 GitHub 上查看↗

    mescroll is a JavaScript infinite scroll library and mobile web scroll manager designed to implement pull-to-refresh and pull-up-loading patterns. It provides a system for handling touch-based scrolling, managing pagination states, and integrating these behaviors within Vue applications. The library distinguishes itself through specialized support for chat interfaces, enabling reverse-order data loading and the ability to inject data in a reverse direction to simulate message histories. It also includes a state-persistent scroll cache to preserve vertical offsets and list data when users navi

    Vuebouncecss3html5
    在 GitHub 上查看↗4,459
  • legendapp/legend-listLegendApp 的头像

    LegendApp/legend-list

    2,953在 GitHub 上查看↗

    Legend List is a high-performance list rendering library designed to display massive collections of data with varying item heights. It utilizes windowed virtualization and a measured-height cache to render only the visible portion of a list, preventing lag and maintaining a smooth frame rate. The library specializes in bidirectional infinite scrolling and stable scroll anchoring, which prevents visual jumps when content is prepended to the top of a list. It includes specific alignment capabilities to keep content pinned to the bottom, supporting the layout requirements of chat interfaces. To

    TypeScript
    在 GitHub 上查看↗2,953
  • russellsamora/scrollamarussellsamora 的头像

    russellsamora/scrollama

    5,982在 GitHub 上查看↗

    Scrollama is a JavaScript library for scroll-driven storytelling that uses the browser's native IntersectionObserver API to trigger step-based callbacks and animations as the user scrolls through a page. It pins graphic elements using CSS sticky positioning while scrolling through associated text steps, enabling side-by-side narrative experiences without JavaScript-driven layout calculations. The library provides a configurable offset threshold system that accepts a single global offset or per-element data-attribute offsets to define the viewport position that triggers step events. It reports

    HTML
    在 GitHub 上查看↗5,982
  • sadmann7/shadcn-tablesadmann7 的头像

    sadmann7/shadcn-table

    6,172在 GitHub 上查看↗

    This project is a React data table component integrated with shadcn/ui. It provides a set of tabular data grids that support sorting, filtering, and pagination. The implementation includes a virtualizing data grid and an infinite scroll table, which allow for the rendering of large datasets by loading records incrementally or displaying only the items visible in the viewport. It also functions as a real-time collaborative table, enabling multiple users to manage and edit shared datasets simultaneously. The component covers interactive data management and complex data visualization. This incl

    TypeScript
    在 GitHub 上查看↗6,172
查看 MJRefresh 的所有 30 个替代方案→

常见问题解答

codermjlee/mjrefresh 是做什么的?

MJRefresh is a scroll view interaction library and a set of reusable UI components for implementing pull-to-refresh and infinite scrolling behaviors in mobile user interfaces. It provides customizable refresh indicators and controllers that manage reload callbacks and loading states within scrollable containers.

codermjlee/mjrefresh 的主要功能有哪些?

codermjlee/mjrefresh 的主要功能包括:Pull-to-Refresh Components, Scroll View Interaction Libraries, State-Driven Callbacks, Scroll-Position Event Triggers, Scroll-Offset Thresholds, Infinite Scroll Components, Infinite Scrolling, State-Based Animation Systems。

codermjlee/mjrefresh 有哪些开源替代品?

codermjlee/mjrefresh 的开源替代品包括: mescroll/mescroll — mescroll is a JavaScript infinite scroll library and mobile web scroll manager designed to implement pull-to-refresh… russellsamora/scrollama — Scrollama is a JavaScript library for scroll-driven storytelling that uses the browser's native IntersectionObserver… samvermette/svpulltorefresh — SVPullToRefresh is a library for adding pull-to-refresh and infinite scrolling behaviors to UIKit scroll views on the… sadmann7/shadcn-table — This project is a React data table component integrated with shadcn/ui. It provides a set of tabular data grids that… legendapp/legend-list — Legend List is a high-performance list rendering library designed to display massive collections of data with varying… xrecyclerview/xrecyclerview — XRecyclerView is an Android list component and extension library that adds pull-to-refresh and infinite scrolling…