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

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

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

3 个仓库

Awesome GitHub RepositoriesData-Driven View Controllers

High-level controllers that manage a collection of views based on a provided data source.

Distinct from View Controllers: Distinct from View Controllers: specifically refers to the pattern of managing a dynamic list of views via a data source.

Explore 3 awesome GitHub repositories matching user interface & experience · Data-Driven View Controllers. Refine with filters or upvote what's useful.

Awesome Data-Driven View Controllers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nicklockwood/icarouselnicklockwood 的头像

    nicklockwood/iCarousel

    12,129在 GitHub 上查看↗

    iCarousel is a data-driven UI library for macOS and iOS used to build interactive three-dimensional scrolling experiences. It functions as a customizable view controller that renders paged content using cylindrical or cover-flow 3D effects. The component is distinguished by its programmable perspective and visual transformation hooks, which allow for the definition of custom 3D styles and bespoke animation effects. Users can adjust viewpoint distance, alpha fading, and foreshortening to control how the vanishing point and depth appear during navigation. The library manages high-performance v

    Acts as a scrolling container that manages view recycling and dynamic loading from a data source.

    Objective-C
    在 GitHub 上查看↗12,129
  • facebook/shimmerfacebook 的头像

    facebook/Shimmer

    9,331在 GitHub 上查看↗

    Shimmer 是一个 UI 加载状态库,用于生成闪烁的骨架占位符和视图包装动画效果。它提供了一套用于创建高亮动画的工具,以指示用户界面内正在加载内容。 该项目包括一个骨架屏生成器和一个视图动画包装器。这些组件在现有视图上应用移动渐变效果,以便在获取数据时提供视觉反馈。 该库涵盖了用户界面动画和移动应用设计模式。它通过线性渐变遮罩、坐标空间平移和基于关键帧的动画循环的组合来实现加载指示器。

    Ships a view-wrapping component that maps the shimmering animation effect directly onto target UI elements.

    Objective-C
    在 GitHub 上查看↗9,331
  • marcosgriselli/viewanimatormarcosgriselli 的头像

    marcosgriselli/ViewAnimator

    7,325在 GitHub 上查看↗

    ViewAnimator is a Swift animation library and view transition framework designed to coordinate visual motion effects across interface elements. It provides a motion engine that executes animation sequences and geometric transforms on individual views and layout cells. The framework is built around a standardized animation protocol, allowing developers to create and integrate custom movement and transition behaviors. This extensibility enables the creation of reusable animation libraries beyond the pre-defined effects. The system supports combining multiple visual transforms into single compo

    Uses a simplified wrapper to map pre-defined animation effects directly onto individual UI elements or layout cells.

    Swift
    在 GitHub 上查看↗7,325
  1. Home
  2. User Interface & Experience
  3. Data-Driven View Controllers

探索子标签

  • Animation Effect WrappersSimplified interfaces that map specific animation effects directly to UI elements. **Distinct from Data-Driven View Controllers:** Focuses on mapping animation effects to views rather than managing views based on a data source.